We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c36f0b commit 5f4015cCopy full SHA for 5f4015c
src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
@@ -40,7 +40,7 @@ protected function tearDown()
40
public function testCompileTimeError()
41
{
42
if (defined('HHVM_VERSION')) {
43
- $this->markTestSkipped('HHVM behaves differently in this test case.');
+ $this->markTestSkipped('HHVM does not trigger strict notices.');
44
}
45
46
// the ContextErrorException must not be loaded to test the workaround
0 commit comments