Fix missing semicolon in laravel/cli/test/runner.php.
This commit is contained in:
@@ -83,7 +83,7 @@ class Runner extends Task {
|
|||||||
|
|
||||||
// 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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user