From 2fe3f68fe582783cd967d0ca7db795f0d1383935 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sat, 11 Jan 2014 19:13:34 -0500 Subject: [PATCH] Dropped unnecessary tests --- tests/classes/API/Google/ProfanityTest.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/classes/API/Google/ProfanityTest.php b/tests/classes/API/Google/ProfanityTest.php index aa9b7cc..7d5d9a6 100644 --- a/tests/classes/API/Google/ProfanityTest.php +++ b/tests/classes/API/Google/ProfanityTest.php @@ -29,7 +29,7 @@ class API_Google_ProfanityTest extends PHPUnit_Framework_TestCase * @expectedException Exception * @expectedExceptionMessage Invalid response from API. */ - public function testNullResponse() + public function testInvalidResponse() { $file = SITE_PATH . 'null-'; @@ -37,16 +37,6 @@ class API_Google_ProfanityTest extends PHPUnit_Framework_TestCase API_Google_Profanity::check('test', $file); } - - public function testMissingResponse() - { - - } - - public function testInvalidResponse() - { - - } } ?>