Skip to content

Commit 1802a03

Browse files
committed
Use Symfony5 class names in connectors
#5532
1 parent ca4378a commit 1802a03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Codeception/Lib/Connector/Yii2.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
namespace Codeception\Lib\Connector;
33

44
use Codeception\Exception\ConfigurationException;
5-
use Codeception\Exception\ModuleException;
65
use Codeception\Lib\Connector\Yii2\Logger;
76
use Codeception\Lib\Connector\Yii2\TestMailer;
8-
use Codeception\Lib\InnerBrowser;
97
use Codeception\Util\Debug;
10-
use Symfony\Component\BrowserKit\Client;
8+
use Symfony\Component\BrowserKit\AbstractBrowser as Client;
119
use Symfony\Component\BrowserKit\Cookie;
1210
use Symfony\Component\BrowserKit\Response;
1311
use Yii;

0 commit comments

Comments
 (0)