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

This commit is contained in:
Michael Aherne
2018-06-12 00:08:37 +02:00
committed by Eloy Lafuente (stronk7)
parent 9ccbf4386c
commit 2cdbfd1dca
+1 -1
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");
}
}