1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 01:44:27 +02:00

MDL-68038 core_h5p: rename can_update_library test

This commit is contained in:
Sara Arjona 2020-02-24 17:56:57 +01:00
parent d7374522ed
commit 3e3b656795

@ -259,7 +259,7 @@ class helper_testcase extends \advanced_testcase {
/**
* Test the behaviour of can_update_library().
*/
public function can_update_library(): void {
public function test_can_update_library(): void {
$this->resetAfterTest();
$factory = new \core_h5p\factory();