mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Modify unit tests to declare expected output
This commit is contained in:
@@ -422,9 +422,6 @@ EOT;
|
||||
* @param outage|null $outage Outage or null if no scheduled outage.
|
||||
*/
|
||||
private static function maintenance_config_log(outage $outage) {
|
||||
// Not output logging info in php unit test.
|
||||
if (PHPUNIT_TEST) return;
|
||||
|
||||
mtrace(get_string('logformaintmodeconfig', 'auth_outage'));
|
||||
$timezone = ' (Timezone ' . \core_date::get_server_timezone_object()->getName() . ')';
|
||||
mtrace('... updated at ' . date('H:i:s'));
|
||||
|
||||
Reference in New Issue
Block a user