Skip to content

Commit 7fa4a92

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Console] Fix tests
2 parents 0dc55dd + e5625ba commit 7fa4a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Console/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
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",

0 commit comments

Comments
 (0)