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.
2 parents edc9939 + abebd7a commit 2dab9bbCopy full SHA for 2dab9bb
tests/end-to-end/regression/5771.phpt
@@ -2,6 +2,7 @@
2
https://github.com/sebastianbergmann/phpunit/issues/5771
3
--FILE--
4
<?php declare(strict_types=1);
5
+$_SERVER['argv'][] = '--do-not-cache-result';
6
$_SERVER['argv'][] = '--no-configuration';
7
$_SERVER['argv'][] = '--no-output';
8
$_SERVER['argv'][] = __DIR__ . '/5771/Issue5771Test.php';
0 commit comments