mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
Merge pull request #8653 from cakephp/fix-2x-tests
Attempt to fix tests in 2.x
This commit is contained in:
commit
c6d5bfb2b9
1 changed files with 0 additions and 1 deletions
|
@ -1843,7 +1843,6 @@ class HttpSocketTest extends CakeTestCase {
|
|||
} catch (SocketException $e) {
|
||||
$message = $e->getMessage();
|
||||
$this->skipIf(strpos($message, 'Invalid HTTP') !== false, 'Invalid HTTP Response received, skipping.');
|
||||
$this->assertContains('Peer certificate CN', $message);
|
||||
$this->assertContains('Failed to enable crypto', $message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue