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
|
// fix the spaced directories problem when using the command line
|
||||||
// strings with spaces inside should be wrapped in quotes.
|
// strings with spaces inside should be wrapped in quotes.
|
||||||
$path = escapeshellarg($path)
|
$path = escapeshellarg($path);
|
||||||
|
|
||||||
passthru('phpunit --configuration '.$path);
|
passthru('phpunit --configuration '.$path);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue