[ticket/634] Assert that events row is empty

B3P-634
This commit is contained in:
Marc Alexander
2015-06-23 12:29:33 +02:00
parent 66a5d95ed9
commit 1eb4dc0e8e

View File

@@ -184,6 +184,7 @@ class phpbb_unit_modules_calendar_test extends \board3\portal\tests\testframewor
public function test_update_events_no_error() public function test_update_events_no_error()
{ {
$this->calendar->update_events('foobar', 5); $this->calendar->update_events('foobar', 5);
$this->assertNull($this->template->get_row('events'));
} }
public function data_update_events() public function data_update_events()