Skip to content

Commit

Permalink
Remove skip condition as neither HHVM nor PHPDBG are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 16, 2023
1 parent 187a9c4 commit 65a3ba5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/end-to-end/regression/1348.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
https://github.com/sebastianbergmann/phpunit/issues/1348
--XFAIL--
https://github.com/sebastianbergmann/phpunit/issues/5356
--SKIPIF--
<?php declare(strict_types=1);
if (defined('HHVM_VERSION') || defined('PHPDBG_VERSION')) {
print 'skip: PHP runtime required';
}
--FILE--
<?php declare(strict_types=1);
$_SERVER['argv'][] = '--do-not-cache-result';
Expand Down

0 comments on commit 65a3ba5

Please sign in to comment.