From 5f4015c3cded4f20f6333c60bd52156bc70b0086 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 3 Jul 2015 07:54:45 +0200 Subject: [PATCH] Enhance hhvm test skip message --- src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php b/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php index 115f599f56..563bd0997e 100644 --- a/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php +++ b/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php @@ -40,7 +40,7 @@ class ErrorHandlerTest extends \PHPUnit_Framework_TestCase public function testCompileTimeError() { if (defined('HHVM_VERSION')) { - $this->markTestSkipped('HHVM behaves differently in this test case.'); + $this->markTestSkipped('HHVM does not trigger strict notices.'); } // the ContextErrorException must not be loaded to test the workaround