mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
WIP Issue #17 - Settings page done, missing forms and other references to warning duration and stop time.
This commit is contained in:
@@ -184,7 +184,7 @@ class outagedb_test extends advanced_testcase {
|
||||
return outagedb::save(new outage([
|
||||
'starttime' => $now + ($start * 60 * 60),
|
||||
'stoptime' => $now + ($stop * 60 * 60),
|
||||
'warningduration' => ($warning * 60 * 60),
|
||||
'warntime' => $now - ($warning * 60 * 60),
|
||||
'title' => 'Test Outage',
|
||||
'description' => 'Test Outage Description.'
|
||||
]));
|
||||
|
||||
Reference in New Issue
Block a user