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