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

Commit

Permalink
[Debug] Skip a test that was meant for HHVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 8, 2020
1 parent 5422b88 commit 9109e44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/ErrorHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@ public function testHandleErrorException()
*/
public function testHandleFatalErrorOnHHVM()
{
if (!\defined('HHVM_VERSION')) {
$this->markTestSkipped('This test requires HHVM.');
}

try {
$handler = ErrorHandler::register();

Expand Down

0 comments on commit 9109e44

Please sign in to comment.