Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 27, 2019
1 parent 22306cb commit 25ab7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TextUI/TestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public function doRun(Test $suite, array $arguments = [], bool $exit = true): Te
} else {
$cacheLocation = $_SERVER['PHP_SELF'];
}

$arguments['cacheResultFile'] = \dirname(\realpath($cacheLocation));
}

Expand Down

0 comments on commit 25ab7f8

Please sign in to comment.