Skip to content

Commit abebd7a

Browse files
Add missing --do-not-cache-result CLI option
1 parent 7500bc5 commit abebd7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
https://github.com/sebastianbergmann/phpunit/issues/5771
33
--FILE--
44
<?php declare(strict_types=1);
5+
$_SERVER['argv'][] = '--do-not-cache-result';
56
$_SERVER['argv'][] = '--no-configuration';
67
$_SERVER['argv'][] = '--no-output';
78
$_SERVER['argv'][] = __DIR__ . '/5771/Issue5771Test.php';

0 commit comments

Comments
 (0)