Skip to content

Commit b6d2287

Browse files
Explicitly use configuration file from fixture directory
1 parent 0e44dcd commit b6d2287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

89
require_once __DIR__ . '/../../bootstrap.php';

0 commit comments

Comments
 (0)