We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4378a commit 1802a03Copy full SHA for 1802a03
src/Codeception/Lib/Connector/Yii2.php
@@ -2,12 +2,10 @@
2
namespace Codeception\Lib\Connector;
3
4
use Codeception\Exception\ConfigurationException;
5
-use Codeception\Exception\ModuleException;
6
use Codeception\Lib\Connector\Yii2\Logger;
7
use Codeception\Lib\Connector\Yii2\TestMailer;
8
-use Codeception\Lib\InnerBrowser;
9
use Codeception\Util\Debug;
10
-use Symfony\Component\BrowserKit\Client;
+use Symfony\Component\BrowserKit\AbstractBrowser as Client;
11
use Symfony\Component\BrowserKit\Cookie;
12
use Symfony\Component\BrowserKit\Response;
13
use Yii;
0 commit comments