Skip to content

Commit 4950890

Browse files
committed
Merge pull request geocoder-php#89 from blaugueux/patch-2
Update tests/Geocoder/Tests/HttpAdapter/BuzzHttpAdapterTest.php
2 parents 31bbfc2 + 00715b8 commit 4950890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Geocoder/Tests/HttpAdapter/BuzzHttpAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testGetNullContent()
2020
public function testGetFalseContent()
2121
{
2222
$buzz = new BuzzHttpAdapter();
23-
$this->assertNull($buzz->getContent(null));
23+
$this->assertNull($buzz->getContent(false));
2424
}
2525

2626
public function testGetContentWithCustomBrowser()

0 commit comments

Comments
 (0)