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()
205
205
$ tester ->run (['command ' => 'list ' ]);
206
206
207
207
$ this ->assertSame (0 , $ tester ->getStatusCode ());
208
- $ display = explode ('Lists commands ' , $ tester ->getDisplay ());
208
+ $ display = explode ('List commands ' , $ tester ->getDisplay ());
209
209
210
210
$ this ->assertStringContainsString (trim ('[WARNING] Some commands could not be registered: ' ), trim ($ display [1 ]));
211
211
}
Original file line number Diff line number Diff line change 76
76
"phpunit/phpunit" : " <5.4.3" ,
77
77
"symfony/asset" : " <5.1" ,
78
78
"symfony/browser-kit" : " <4.4" ,
79
- "symfony/console" : " <5.2" ,
79
+ "symfony/console" : " <5.2.5 " ,
80
80
"symfony/dotenv" : " <5.1" ,
81
81
"symfony/dom-crawler" : " <4.4" ,
82
82
"symfony/http-client" : " <4.4" ,
You can’t perform that action at this time.
0 commit comments