Skip to content

Commit 2ba23cf

Browse files
authored
Merge pull request #298 from dunglas/goutte-deprec
Replace mentions of Goutte by HttpBrowser in the readme
2 parents 6570418 + d4338ab commit 2ba23cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ class E2eTest extends PantherTestCase
170170
public function testMyApp()
171171
{
172172
$symfonyClient = static::createClient(); // A cute kitty: Symfony's functional test tool
173-
$goutteClient = static::createGoutteClient(); // An agile lynx: Goutte
173+
$httpBrowserClient = static::createHttpBrowserClient(); // An agile lynx: HttpBrowser
174174
$pantherClient = static::createPantherClient(); // A majestic Panther
175175
$firefoxClient = static::createPantherClient(['browser' => static::FIREFOX]); // A splendid Firefox
176-
// Both Goutte and Panther benefits from the built-in HTTP server
176+
// Both HttpBrowser and Panther benefits from the built-in HTTP server
177177

178178
$customChromeClient = Client::createChromeClient(null, null, [], 'https://example.com'); // Create a custom Chrome client
179179
$customFirefoxClient = Client::createFirefoxClient(null, null, [], 'https://example.com'); // Create a custom Firefox client

0 commit comments

Comments
 (0)