mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #63 - Fixed calendar_test.php warnings.
This commit is contained in:
@@ -63,7 +63,7 @@ class calendar_test extends advanced_testcase {
|
||||
'description' => 'Description',
|
||||
]);
|
||||
calendar::create(self::$outage);
|
||||
$this->check_calendar(self::$outage);
|
||||
$this->check_calendar();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -75,7 +75,7 @@ class calendar_test extends advanced_testcase {
|
||||
|
||||
self::$outage->title = 'New Title';
|
||||
calendar::update(self::$outage);
|
||||
$this->check_calendar(self::$outage);
|
||||
$this->check_calendar();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user