From 9b3f6f557a127fef16be267c26f8239dc1c22126 Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 19 Jul 2017 21:49:04 +0200 Subject: update tests to work with phpunit version installed by composer --- test/model/LogEntriesModelTest.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/model/LogEntriesModelTest.php') diff --git a/test/model/LogEntriesModelTest.php b/test/model/LogEntriesModelTest.php index 4da6fd4b..25d46fc4 100644 --- a/test/model/LogEntriesModelTest.php +++ b/test/model/LogEntriesModelTest.php @@ -1,9 +1,11 @@ assertNotFalse(LogEntry_create('test', 'test_LogEntry_create')); - + // There should be one more log entry now $this->assertEquals(count(LogEntries()), $count + 1); } -- cgit v1.2.3-70-g09d2