MDL-83468 phpunit: Test names are not optional

This commit is contained in:
Andrew Nicols
2025-01-20 16:47:56 +01:00
committed by Sara Arjona
parent 3b1118cfd4
commit 41249b16f3
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ abstract class advanced_testcase extends base_testcase {
*
* @param string $name
*/
final public function __construct(string $name = null) {
final public function __construct(string $name) {
parent::__construct($name);
$this->setBackupGlobals(false);