MDL-62577 unit tests: Quote class name in re-run command.
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
9ccbf4386c
commit
2cdbfd1dca
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user