Skip to content

Commit 6dc0d8f

Browse files
committed
move test fixture to fix build
1 parent 69f2334 commit 6dc0d8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ https://github.com/sebastianbergmann/phpunit/issues/6311
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--do-not-cache-result';
66
$_SERVER['argv'][] = '--no-configuration';
7-
$_SERVER['argv'][] = __DIR__ . '/../phpt/phpt-invalid-require.phpt';
7+
$_SERVER['argv'][] = __DIR__ . '/../_files/phpt-skipif-invalid-require.phpt';
88

99
require_once __DIR__ . '/../../bootstrap.php';
1010

0 commit comments

Comments
 (0)