We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce78bb commit 33bbe51Copy full SHA for 33bbe51
tests/end-to-end/regression/1348.phpt
@@ -1,7 +1,10 @@
1
--TEST--
2
https://github.com/sebastianbergmann/phpunit/issues/1348
3
---XFAIL--
4
-https://github.com/sebastianbergmann/phpunit/issues/5356
+--SKIPIF--
+<?php declare(strict_types=1);
5
+if (defined('STDOUT')) {
6
+ print 'skip: PHP < 8.3 required';
7
+}
8
--FILE--
9
<?php declare(strict_types=1);
10
$_SERVER['argv'][] = '--do-not-cache-result';
0 commit comments