File tree 4 files changed +6
-7
lines changed 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 6
6
data : tests/_data
7
7
support : tests/_helpers
8
8
9
+ bootstrap : _bootstrap.php
10
+
9
11
settings :
10
- bootstrap : _bootstrap.php
11
12
log : true
12
13
13
14
coverage :
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " ^7.2" ,
23
- "codeception/codeception" : " ^2.5.1 || ^3.0.2" ,
23
+ "codeception/codeception" : " ^4.0.2" ,
24
+ "codeception/lib-innerbrowser" : " ^1.3" ,
24
25
"nette/di" : " ^3.0" ,
25
26
"nette/bootstrap" : " ^3.0" ,
26
27
"nette/http" : " ^3.0.3" ,
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ parameters:
20
20
# Complicated to test dev-required phpstan with separatly installed version
21
21
- ' #^Call to an undefined method PHPStan\\ #'
22
22
23
- # Symfony 4.3 deprecation message
24
- - '#^Class Contributte\\Codeception\\Connector\\NetteConnector extends deprecated class Symfony\\Component\\BrowserKit\\Client (.+)#'
25
-
26
23
earlyTerminatingMethodCalls :
27
24
Codeception\Module :
28
25
- fail
Original file line number Diff line number Diff line change 9
9
use Nette \DI \Container ;
10
10
use Nette \Http \IRequest ;
11
11
use Nette \Http \IResponse ;
12
- use Symfony \Component \BrowserKit \Client ;
12
+ use Symfony \Component \BrowserKit \AbstractBrowser ;
13
13
use Symfony \Component \BrowserKit \Request ;
14
14
use Symfony \Component \BrowserKit \Response ;
15
15
use Throwable ;
16
16
17
- class NetteConnector extends Client
17
+ class NetteConnector extends AbstractBrowser
18
18
{
19
19
20
20
/** @var callable */
You can’t perform that action at this time.
0 commit comments