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()
|
public function testInvalidResponse()
|
||||||
{
|
{
|
||||||
$file = SITE_PATH . 'null-';
|
$this->profanity->check('test', 'http://localhost');
|
||||||
|
|
||||||
file_put_contents($file . 'test', null);
|
|
||||||
|
|
||||||
$this->profanity->check('test', $file);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue