Skip to content

Commit

Permalink
Move test to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2018
1 parent d43ebe6 commit 18570bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ https://github.com/sebastianbergmann/phpunit/issues/2085
--FILE--
<?php
$_SERVER['argv'][1] = '-c';
$_SERVER['argv'][2] = __DIR__ . '/configuration_enforce_time_limit_options.xml';
$_SERVER['argv'][3] = __DIR__ . '/Issue2085Test.php';
$_SERVER['argv'][2] = __DIR__ . '/2085/configuration_enforce_time_limit_options.xml';
$_SERVER['argv'][3] = __DIR__ . '/2085/Issue2085Test.php';

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

0 comments on commit 18570bc

Please sign in to comment.