From 1eb4dc0e8e2d5354584e0deaf53e3f3ce5e0d792 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 23 Jun 2015 12:29:33 +0200 Subject: [PATCH] [ticket/634] Assert that events row is empty B3P-634 --- tests/unit/modules/calendar_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/modules/calendar_test.php b/tests/unit/modules/calendar_test.php index 1aee2e15..d17efa9d 100644 --- a/tests/unit/modules/calendar_test.php +++ b/tests/unit/modules/calendar_test.php @@ -184,6 +184,7 @@ class phpbb_unit_modules_calendar_test extends \board3\portal\tests\testframewor public function test_update_events_no_error() { $this->calendar->update_events('foobar', 5); + $this->assertNull($this->template->get_row('events')); } public function data_update_events()