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