mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-62577 unit tests: Quote class name in re-run command.
This commit is contained in:
parent
9ccbf4386c
commit
2cdbfd1dca
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue