Updated URL

This commit is contained in:
Josh Sherman 2014-09-23 22:23:44 -04:00
parent c91a94ecb0
commit 0a567f7624

View file

@ -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');
}
}