From d59b1c8812f62848acc2bf19f020abf4949e75ef Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 9 Oct 2016 09:40:11 +0200 Subject: fix phpunit config --- test/model/LogEntries_model_test.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 test/model/LogEntries_model_test.php (limited to 'test/model/LogEntries_model_test.php') diff --git a/test/model/LogEntries_model_test.php b/test/model/LogEntries_model_test.php deleted file mode 100644 index cefc4177..00000000 --- a/test/model/LogEntries_model_test.php +++ /dev/null @@ -1,32 +0,0 @@ -assertNotFalse(LogEntry_create('test', 'test_LogEntry_create')); - - // There should be one more log entry now - $this->assertEquals(count(LogEntries()), $count + 1); - } - - public function test_LogEntries_clear_all() { - $this->create_LogEntry(); - $this->assertTrue(count(LogEntries()) > 0); - $this->assertNotFalse(LogEntries_clear_all()); - $this->assertEquals(count(LogEntries()), 0); - } - - /** - * @after - */ - public function teardown() { - LogEntries_clear_all(); - } -} - -?> \ No newline at end of file -- cgit v1.2.3-70-g09d2