Updated URL
This commit is contained in:
parent
c91a94ecb0
commit
0a567f7624
1 changed files with 1 additions and 5 deletions
|
@ -40,11 +40,7 @@ class GoogleProfanityTest extends PHPUnit_Framework_TestCase
|
|||
*/
|
||||
public function testInvalidResponse()
|
||||
{
|
||||
$file = SITE_PATH . 'null-';
|
||||
|
||||
file_put_contents($file . 'test', null);
|
||||
|
||||
$this->profanity->check('test', $file);
|
||||
$this->profanity->check('test', 'http://localhost');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue