Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 9109e44

Browse files
committed
[Debug] Skip a test that was meant for HHVM.
1 parent 5422b88 commit 9109e44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/ErrorHandlerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@ public function testHandleErrorException()
558558
*/
559559
public function testHandleFatalErrorOnHHVM()
560560
{
561+
if (!\defined('HHVM_VERSION')) {
562+
$this->markTestSkipped('This test requires HHVM.');
563+
}
564+
561565
try {
562566
$handler = ErrorHandler::register();
563567

0 commit comments

Comments
 (0)