Merge pull request #947 from franzliedke/patch-24
Missing semicolon breaking test runner
This commit is contained in:
commit
1db67d47a3
|
@ -83,7 +83,7 @@ protected function test()
|
|||
|
||||
// fix the spaced directories problem when using the command line
|
||||
// strings with spaces inside should be wrapped in quotes.
|
||||
$path = escapeshellarg($path)
|
||||
$path = escapeshellarg($path);
|
||||
|
||||
passthru('phpunit --configuration '.$path);
|
||||
|
||||
|
|
Loading…
Reference in New Issue