Skip to content

Commit e5625ba

Browse files
committed
[Console] Fix tests
1 parent 1d7c9a5 commit e5625ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/Console/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function testRunOnlyWarnsOnUnregistrableCommandAtTheEnd()
229229
$tester->run(['command' => 'list']);
230230

231231
$this->assertSame(0, $tester->getStatusCode());
232-
$display = explode('Lists commands', $tester->getDisplay());
232+
$display = explode('List commands', $tester->getDisplay());
233233

234234
$this->assertStringContainsString(trim('[WARNING] Some commands could not be registered:'), trim($display[1]));
235235
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"paragonie/sodium_compat": "^1.8",
3737
"symfony/asset": "^3.4|^4.0|^5.0",
3838
"symfony/browser-kit": "^4.3|^5.0",
39-
"symfony/console": "^4.3.4|^5.0",
39+
"symfony/console": "^4.4.21|^5.0",
4040
"symfony/css-selector": "^3.4|^4.0|^5.0",
4141
"symfony/dom-crawler": "^4.3|^5.0",
4242
"symfony/dotenv": "^4.3.6|^5.0",
@@ -72,7 +72,7 @@
7272
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
7373
"symfony/asset": "<3.4",
7474
"symfony/browser-kit": "<4.3",
75-
"symfony/console": "<4.3",
75+
"symfony/console": "<4.4.21",
7676
"symfony/dotenv": "<4.3.6",
7777
"symfony/dom-crawler": "<4.3",
7878
"symfony/http-client": "<4.4",

0 commit comments

Comments
 (0)