File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ public function testRunOnlyWarnsOnUnregistrableCommandAtTheEnd()
205205 $ tester ->run (['command ' => 'list ' ]);
206206
207207 $ this ->assertSame (0 , $ tester ->getStatusCode ());
208- $ display = explode ('Lists commands ' , $ tester ->getDisplay ());
208+ $ display = explode ('List commands ' , $ tester ->getDisplay ());
209209
210210 $ this ->assertStringContainsString (trim ('[WARNING] Some commands could not be registered: ' ), trim ($ display [1 ]));
211211 }
Original file line number Diff line number Diff line change 7676 "phpunit/phpunit" : " <5.4.3" ,
7777 "symfony/asset" : " <5.1" ,
7878 "symfony/browser-kit" : " <4.4" ,
79- "symfony/console" : " <5.2" ,
79+ "symfony/console" : " <5.2.5 " ,
8080 "symfony/dotenv" : " <5.1" ,
8181 "symfony/dom-crawler" : " <4.4" ,
8282 "symfony/http-client" : " <4.4" ,
You can’t perform that action at this time.
0 commit comments