Trying to get test to work on travis

This commit is contained in:
Josh Sherman 2014-09-23 22:28:26 -04:00
parent 0a567f7624
commit d55a338021

View file

@ -40,7 +40,7 @@ class GoogleProfanityTest extends PHPUnit_Framework_TestCase
*/ */
public function testInvalidResponse() public function testInvalidResponse()
{ {
$this->profanity->check('test', 'http://localhost'); $this->profanity->check('test', 'http://127.0.0.1?q=');
} }
} }