Enhance hhvm test skip message

This commit is contained in:
Nicolas Grekas 2015-07-03 07:54:45 +02:00
parent 7c36f0b9a0
commit 5f4015c3cd
1 changed files with 1 additions and 1 deletions

View File

@ -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