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 0e44dcd commit b6d2287Copy full SHA for b6d2287
tests/end-to-end/regression/5487.phpt
@@ -3,6 +3,7 @@ https://github.com/sebastianbergmann/phpunit/issues/5487
3
--FILE--
4
<?php declare(strict_types=1);
5
$_SERVER['argv'][] = '--do-not-cache-result';
6
+$_SERVER['argv'][] = '--configuration';
7
$_SERVER['argv'][] = __DIR__ . '/5487';
8
9
require_once __DIR__ . '/../../bootstrap.php';
0 commit comments