There was an error while loading. Please reload this page.
2 parents 31bbfc2 + 00715b8 commit 4950890Copy full SHA for 4950890
tests/Geocoder/Tests/HttpAdapter/BuzzHttpAdapterTest.php
@@ -20,7 +20,7 @@ public function testGetNullContent()
20
public function testGetFalseContent()
21
{
22
$buzz = new BuzzHttpAdapter();
23
- $this->assertNull($buzz->getContent(null));
+ $this->assertNull($buzz->getContent(false));
24
}
25
26
public function testGetContentWithCustomBrowser()
0 commit comments