MDL-65204 phpunit: make testcases match their expected signature
This commit is contained in:
committed by
Jun Pataleta
parent
be81130189
commit
26218b7852
@@ -57,7 +57,7 @@ abstract class basic_testcase extends base_testcase {
|
||||
* Runs the bare test sequence and log any changes in global state or database.
|
||||
* @return void
|
||||
*/
|
||||
final public function runBare() {
|
||||
final public function runBare(): void {
|
||||
global $DB;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user