Skip to content

Commit

Permalink
Skip test on PHP >= 8.3, see #5356 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 16, 2023
1 parent 2ce78bb commit 33bbe51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/end-to-end/regression/1348.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
--TEST--
https://github.com/sebastianbergmann/phpunit/issues/1348
--XFAIL--
https://github.com/sebastianbergmann/phpunit/issues/5356
--SKIPIF--
<?php declare(strict_types=1);
if (defined('STDOUT')) {
print 'skip: PHP < 8.3 required';
}
--FILE--
<?php declare(strict_types=1);
$_SERVER['argv'][] = '--do-not-cache-result';
Expand Down

0 comments on commit 33bbe51

Please sign in to comment.