MDL-62577 unit tests: Quote class name in re-run command.

This commit is contained in:
Michael Aherne 2018-05-25 16:46:45 +01:00 committed by Eloy Lafuente (stronk7)
parent 9ccbf4386c
commit 2cdbfd1dca

View file

@ -116,7 +116,7 @@ class Hint_ResultPrinter extends PHPUnit\TextUI\ResultPrinter {
} }
} }
$this->write("\nTo re-run:\n $executable $testName $file\n"); $this->write("\nTo re-run:\n $executable \"$testName\" $file\n");
} }
} }