Skip to content

Commit 0f52f2d

Browse files
committed
Use Symfony5 class names in connectors
#5532
1 parent 2ca90fc commit 0f52f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Guzzle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use GuzzleHttp\Psr7\Request as Psr7Request;
1515
use GuzzleHttp\Psr7\Response as Psr7Response;
1616
use GuzzleHttp\Psr7\Uri as Psr7Uri;
17-
use Symfony\Component\BrowserKit\Client;
17+
use Symfony\Component\BrowserKit\AbstractBrowser as Client;
1818
use Symfony\Component\BrowserKit\Cookie;
1919
use Symfony\Component\BrowserKit\Request as BrowserKitRequest;
2020
use Symfony\Component\BrowserKit\Response as BrowserKitResponse;

0 commit comments

Comments
 (0)