File tree Expand file tree Collapse file tree 3 files changed +138
-65
lines changed Expand file tree Collapse file tree 3 files changed +138
-65
lines changed Original file line number Diff line number Diff line change 11{
2- "name" :" codeception/module-symfony" ,
3- "description" :" Codeception module for Symfony framework" ,
4- "keywords" :[" codeception" , " symfony" ],
5- "homepage" :" https://codeception.com/" ,
6- "type" :" library" ,
7- "license" :" MIT" ,
8- "authors" :[
2+ "name" : " codeception/module-symfony" ,
3+ "description" : " Codeception module for Symfony framework" ,
4+ "keywords" : [" codeception" , " symfony" ],
5+ "homepage" : " https://codeception.com/" ,
6+ "type" : " library" ,
7+ "license" : " MIT" ,
8+ "authors" : [
99 {
10- "name" :" Michael Bodnarchuk"
10+ "name" : " Michael Bodnarchuk"
11+ },
12+ {
13+ "name" : " Gustavo Nieves" ,
14+ "homepage" : " https://medium.com/@ganieves"
1115 }
1216 ],
1317 "minimum-stability" : " RC" ,
2529 "codeception/module-sequence" : " ^1.0" ,
2630 "vlucas/phpdotenv" : " ^3.6 | ^4.1 | ^5.2"
2731 },
28- "autoload" :{
32+ "autoload" : {
2933 "classmap" : [" src/" ]
3034 },
3135 "config" : {
Original file line number Diff line number Diff line change 1010use Symfony \Component \HttpFoundation \Response ;
1111use Symfony \Component \HttpKernel \HttpKernelBrowser ;
1212use Symfony \Component \HttpKernel \Kernel ;
13+ use function array_keys ;
14+ use function class_alias ;
15+ use function codecept_debug ;
1316
1417if (Kernel::VERSION_ID < 40300 ) {
1518 class_alias ('Symfony\Component\HttpKernel\Client ' , 'Symfony\Component\HttpKernel\HttpKernelBrowser ' );
@@ -77,7 +80,7 @@ protected function doRequest($request): Response
7780 * are updated from service container before kernel shutdown
7881 * and injected into newly initialized container after kernel boot.
7982 */
80- public function rebootKernel ()
83+ public function rebootKernel (): void
8184 {
8285 if ($ this ->container ) {
8386 foreach (array_keys ($ this ->persistentServices ) as $ serviceName ) {
You can’t perform that action at this time.
0 commit comments