From 213f3f68664b5b32584b1a059526c1e06f6dfd55 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Tue, 3 Mar 2015 12:10:48 +1300 Subject: [PATCH] Looser assertion in tests to pass on Travis --- tests/PHPUnit/Integration/HttpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php index 16867459a9..ec34d4e3e5 100644 --- a/tests/PHPUnit/Integration/HttpTest.php +++ b/tests/PHPUnit/Integration/HttpTest.php @@ -128,7 +128,7 @@ class HttpTest extends \PHPUnit_Framework_TestCase /** * @expectedException \Exception - * @expectedExceptionMessage curl_exec: SSL certificate problem: Invalid certificate chain. + * @expectedExceptionMessage curl_exec: SSL certificate */ public function testCurlHttpsFailsWithInvalidCertificate() { -- GitLab