Skip to content

Commit 5f4015c

Browse files
Enhance hhvm test skip message
1 parent 7c36f0b commit 5f4015c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function tearDown()
4040
public function testCompileTimeError()
4141
{
4242
if (defined('HHVM_VERSION')) {
43-
$this->markTestSkipped('HHVM behaves differently in this test case.');
43+
$this->markTestSkipped('HHVM does not trigger strict notices.');
4444
}
4545

4646
// the ContextErrorException must not be loaded to test the workaround

0 commit comments

Comments
 (0)