Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit044cbeb

Browse files
minor#61672 [Console] Fix test after#61308 (vrana)
This PR was merged into the 7.4 branch.Discussion----------[Console] Fix test after#61308| Q | A| ------------- | ---| Branch? | 7.4| Bug fix? | yes| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->| License | MIT#61308 broke this test in Git Bash.Commits-------cff606a [Console] Fix test after#61308
2 parents3058e67 +cff606a commit044cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function testCommandWithQuestionsButNoInputs()
224224
$tester =newCommandTester($command);
225225

226226
$this->expectException(\RuntimeException::class);
227-
$this->expectExceptionMessage('Aborted.');
227+
$this->expectExceptionMessage('Aborted');
228228

229229
$tester->execute([]);
230230
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp