From fd0699fbcc43501a796f1c7cd4046ba025ce59a8 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sun, 22 Jul 2012 13:52:50 +1200 Subject: [PATCH] Remove superseded tests. --- tests/CommentAdminTest.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 tests/CommentAdminTest.php diff --git a/tests/CommentAdminTest.php b/tests/CommentAdminTest.php deleted file mode 100644 index 3bcb3fa..0000000 --- a/tests/CommentAdminTest.php +++ /dev/null @@ -1,32 +0,0 @@ -NumModerated(); - $this->assertEquals(4, $resp); - } - - function testNumUnmoderated(){ - $comm = new CommentAdmin(); - $resp = $comm->NumUnmoderated(); - $this->assertEquals(3, $resp); - } - - function testNumSpam(){ - $comm = new CommentAdmin(); - $resp = $comm->NumSpam(); - $this->assertEquals(2, $resp); - } - - function testdeletemarked(){ - $this->markTestIncomplete("TODO"); - } -} \ No newline at end of file