We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae256f9 commit cff606aCopy full SHA for cff606a
src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php
@@ -224,7 +224,7 @@ public function testCommandWithQuestionsButNoInputs()
224
$tester = new CommandTester($command);
225
226
$this->expectException(\RuntimeException::class);
227
- $this->expectExceptionMessage('Aborted.');
+ $this->expectExceptionMessage('Aborted');
228
229
$tester->execute([]);
230
}
0 commit comments