mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
WR#310007 - Fix failed unit test
This commit is contained in:
@@ -113,7 +113,7 @@ class outagelib_test extends advanced_testcase {
|
||||
public function test_inject_broken() {
|
||||
$_GET = ['auth_outage_break_code' => '1'];
|
||||
outagelib::reinject();
|
||||
self::assertCount(0, phpunit_util::get_debugging_messages());
|
||||
self::assertCount(2, phpunit_util::get_debugging_messages());
|
||||
phpunit_util::reset_debugging();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user