Skip to content

Commit 9cc856d

Browse files
committed
Use lib-innerbrowser
1 parent 2293ae9 commit 9cc856d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"classmap-authoritative": true
1919
},
2020
"require": {
21+
"codeception/lib-innerbrowser": "dev-master",
2122
"symfony/browser-kit": ">=2.7 <5.0"
2223
}
2324
}

src/Codeception/Lib/Connector/Universal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Codeception\Lib\Connector;
33

4-
use Symfony\Component\BrowserKit\Client;
4+
use Symfony\Component\BrowserKit\AbstractBrowser as Client;
55
use Symfony\Component\BrowserKit\Response;
66

77
class Universal extends Client

0 commit comments

Comments
 (0)