From e6f983e1415112fd487579cbd93c9b19bb3e34ec Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Wed, 19 Oct 2016 10:32:22 +1100 Subject: [PATCH] Issue #63 - Fixed calendar_test.php warnings. --- tests/phpunit/calendar/calendar_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/calendar/calendar_test.php b/tests/phpunit/calendar/calendar_test.php index 8c7e798..f4910b2 100644 --- a/tests/phpunit/calendar/calendar_test.php +++ b/tests/phpunit/calendar/calendar_test.php @@ -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(); } /**