From d55a338021ecee997be0ec8e49cbfc45c2068430 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 23 Sep 2014 22:28:26 -0400 Subject: [PATCH] Trying to get test to work on travis --- tests/GoogleProfanityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GoogleProfanityTest.php b/tests/GoogleProfanityTest.php index a7fbbf4..2840872 100644 --- a/tests/GoogleProfanityTest.php +++ b/tests/GoogleProfanityTest.php @@ -40,7 +40,7 @@ class GoogleProfanityTest extends PHPUnit_Framework_TestCase */ public function testInvalidResponse() { - $this->profanity->check('test', 'http://localhost'); + $this->profanity->check('test', 'http://127.0.0.1?q='); } }