mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
update test classes
This commit is contained in:
@@ -39,7 +39,7 @@ use auth_outage\local\outage;
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @covers \auth_outage\dml\outagedb
|
||||
*/
|
||||
class events_test extends \core_phpunit\testcase {
|
||||
class dml_events_test extends \core_phpunit\testcase {
|
||||
/**
|
||||
* @var outage|null Outage used in the tests.
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ require_once(__DIR__.'/../lib.php');
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @covers ::auth_outage_get_climaintenance_resource_file
|
||||
*/
|
||||
class lib_test extends base_testcase {
|
||||
class lib_test extends \core_phpunit\testcase {
|
||||
/**
|
||||
* Test this plugin gets climaintenance resource file.
|
||||
*/
|
||||
|
||||
@@ -40,7 +40,7 @@ require_once(__DIR__.'/cli_testcase.php');
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @covers \auth_outage\local\cli\create
|
||||
*/
|
||||
class create_test extends cli_testcase {
|
||||
class cli_create_test extends cli_testcase {
|
||||
|
||||
public function tearDown(): void {
|
||||
parent::tearDown();
|
||||
|
||||
@@ -40,7 +40,7 @@ require_once(__DIR__.'/cli_testcase.php');
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @covers \auth_outage\local\cli\finish
|
||||
*/
|
||||
class finish_test extends cli_testcase {
|
||||
class cli_finish_test extends cli_testcase {
|
||||
|
||||
public function tearDown(): void {
|
||||
parent::tearDown();
|
||||
|
||||
@@ -40,7 +40,7 @@ require_once(__DIR__.'/cli_testcase.php');
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @covers \auth_outage\local\cli\waitforit
|
||||
*/
|
||||
class waitforit_test extends cli_testcase {
|
||||
class cli_waitforit_test extends cli_testcase {
|
||||
|
||||
public function tearDown(): void {
|
||||
parent::tearDown();
|
||||
|
||||
Reference in New Issue
Block a user