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 2293ae9 commit 9cc856dCopy full SHA for 9cc856d
composer.json
@@ -18,6 +18,7 @@
18
"classmap-authoritative": true
19
},
20
"require": {
21
+ "codeception/lib-innerbrowser": "dev-master",
22
"symfony/browser-kit": ">=2.7 <5.0"
23
}
24
src/Codeception/Lib/Connector/Universal.php
@@ -1,7 +1,7 @@
1
<?php
2
namespace Codeception\Lib\Connector;
3
4
-use Symfony\Component\BrowserKit\Client;
+use Symfony\Component\BrowserKit\AbstractBrowser as Client;
5
use Symfony\Component\BrowserKit\Response;
6
7
class Universal extends Client
0 commit comments