Issue #63 - Fixed calendar_test.php warnings.

This commit is contained in:
Daniel Thee Roperto
2016-10-19 10:32:22 +11:00
parent 38dbb6deaa
commit e6f983e141

View File

@@ -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();
}
/**