Skip to content

Commit 332570f

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Security] Fix test fix test [Console] Fix tests
2 parents a21ac4c + 7fa4a92 commit 332570f

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
@@ -74,7 +74,7 @@
7474
"phpunit/phpunit": "<5.4.3",
7575
"symfony/asset": "<5.3",
7676
"symfony/browser-kit": "<4.4",
77-
"symfony/console": "<5.2",
77+
"symfony/console": "<5.2.5",
7878
"symfony/dotenv": "<5.1",
7979
"symfony/dom-crawler": "<4.4",
8080
"symfony/http-client": "<4.4",

0 commit comments

Comments
 (0)