Skip to content

Commit

Permalink
Merge pull request #25 from joshwtredmond/fix-unit-tests
Browse files Browse the repository at this point in the history
Fixes unit tests
  • Loading branch information
Moinax authored Nov 1, 2016
2 parents da9b523 + 044cba6 commit 0ce586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Suites/CurlClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public function testRequestReturnsOutput()
{
$result = $this->client->send('GET', 'http://google.com', array(), array('foo' => 'bar'));

$this->assertContains('<HTML', $result);
$this->assertContains('<html', $result);
}
}

0 comments on commit 0ce586f

Please sign in to comment.