Skip to content

Commit

Permalink
Fix: Path
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 18, 2023
1 parent 880ca6d commit 3c381dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/EndToEnd/Version10/NoOutput/test.phpt
Expand Up @@ -7,7 +7,7 @@ declare(strict_types=1);

use PHPUnit\TextUI;

$_SERVER['argv'][] = '--configuration=test/EndToEnd/Version10/DefaultConfiguration/phpunit.xml';
$_SERVER['argv'][] = '--configuration=test/EndToEnd/Version10/NoOutput/phpunit.xml';
$_SERVER['argv'][] = '--no-output';

require_once __DIR__ . '/../../../../vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/Version11/NoOutput/test.phpt
Expand Up @@ -7,7 +7,7 @@ declare(strict_types=1);

use PHPUnit\TextUI;

$_SERVER['argv'][] = '--configuration=test/EndToEnd/Version11/DefaultConfiguration/phpunit.xml';
$_SERVER['argv'][] = '--configuration=test/EndToEnd/Version11/NoOutput/phpunit.xml';
$_SERVER['argv'][] = '--no-output';

require_once __DIR__ . '/../../../../vendor/autoload.php';
Expand Down

0 comments on commit 3c381dc

Please sign in to comment.