Skip to content

Commit 65a3ba5

Browse files
Remove skip condition as neither HHVM nor PHPDBG are supported
1 parent 187a9c4 commit 65a3ba5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/end-to-end/regression/1348.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
https://github.com/sebastianbergmann/phpunit/issues/1348
33
--XFAIL--
44
https://github.com/sebastianbergmann/phpunit/issues/5356
5-
--SKIPIF--
6-
<?php declare(strict_types=1);
7-
if (defined('HHVM_VERSION') || defined('PHPDBG_VERSION')) {
8-
print 'skip: PHP runtime required';
9-
}
105
--FILE--
116
<?php declare(strict_types=1);
127
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)