Commit 6d23c4f5 authored by Franz Liedke's avatar Franz Liedke

Fix missing semicolon in laravel/cli/test/runner.php.

parent 1503aed7
......@@ -83,7 +83,7 @@ class Runner extends Task {
// 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment