Merge pull request #8653 from cakephp/fix-2x-tests

Attempt to fix tests in 2.x
This commit is contained in:
Mark Story 2016-04-15 15:37:47 -04:00
commit c6d5bfb2b9

View file

@ -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);
}
}