Skip to content

Commit

Permalink
Fix test to match Windows path names
Browse files Browse the repository at this point in the history
  • Loading branch information
epdenouden authored and sebastianbergmann committed Nov 30, 2018
1 parent 0810e21 commit d0b6625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://github.com/sebastianbergmann/phpunit/issues/3364
<?php
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = '--teamcity';
$_SERVER['argv'][3] = __DIR__ . '/tests';
$_SERVER['argv'][3] = __DIR__ . DIRECTORY_SEPARATOR . 'tests';

require __DIR__ . '/../../../../bootstrap.php';
PHPUnit\TextUI\Command::main();
Expand Down

0 comments on commit d0b6625

Please sign in to comment.