Dropped unnecessary tests
This commit is contained in:
parent
5d7f3a0e5a
commit
2fe3f68fe5
1 changed files with 1 additions and 11 deletions
|
@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue