File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 66 data : tests/_data
77 support : tests/_helpers
88
9+ bootstrap : _bootstrap.php
10+
911settings :
10- bootstrap : _bootstrap.php
1112 log : true
1213
1314coverage :
Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " ^7.2" ,
23- "codeception/codeception" : " ^2.5.1 || ^3.0.2" ,
23+ "codeception/codeception" : " ^4.0.2" ,
24+ "codeception/lib-innerbrowser" : " ^1.3" ,
2425 "nette/di" : " ^3.0" ,
2526 "nette/bootstrap" : " ^3.0" ,
2627 "nette/http" : " ^3.0.3" ,
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ parameters:
2020 # Complicated to test dev-required phpstan with separatly installed version
2121 - ' #^Call to an undefined method PHPStan\\ #'
2222
23- # Symfony 4.3 deprecation message
24- - '#^Class Contributte\\Codeception\\Connector\\NetteConnector extends deprecated class Symfony\\Component\\BrowserKit\\Client (.+)#'
25-
2623 earlyTerminatingMethodCalls :
2724 Codeception\Module :
2825 - fail
Original file line number Diff line number Diff line change 99use Nette \DI \Container ;
1010use Nette \Http \IRequest ;
1111use Nette \Http \IResponse ;
12- use Symfony \Component \BrowserKit \Client ;
12+ use Symfony \Component \BrowserKit \AbstractBrowser ;
1313use Symfony \Component \BrowserKit \Request ;
1414use Symfony \Component \BrowserKit \Response ;
1515use Throwable ;
1616
17- class NetteConnector extends Client
17+ class NetteConnector extends AbstractBrowser
1818{
1919
2020 /** @var callable */
You can’t perform that action at this time.
0 commit comments