MDL-65204 phpunit: make testcases match their expected signature

This commit is contained in:
Eloy Lafuente (stronk7)
2019-04-03 10:39:19 +08:00
committed by Jun Pataleta
parent be81130189
commit 26218b7852
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 {