mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Compare commits
1 Commits
wr334284-p
...
master-fai
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f1cfcb908 |
@@ -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