mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +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