Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-27 03:58:47 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-27 03:59:10 +0300
commit15479e3eddcee24599a5e1141f08e8973a592413 (patch)
treec4217ea9ab709fc23c2ee70cdca9d1b34c3d1551
parentbaef14af93bd2822a59dfa158d731517afc5b2ba (diff)
Fix a test for PHP 5.3.3
-rw-r--r--tests/PHPUnit/Integration/HttpTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php
index fdb0917765..193147d068 100644
--- a/tests/PHPUnit/Integration/HttpTest.php
+++ b/tests/PHPUnit/Integration/HttpTest.php
@@ -137,7 +137,7 @@ class HttpTest extends \PHPUnit_Framework_TestCase
/**
* @expectedException \Exception
- * @expectedExceptionMessage failed to open stream: operation failed
+ * @expectedExceptionMessage failed to open stream
*/
public function testFopenHttpsFailsWithInvalidCertificate()
{