Skip to content

Commit cff606a

Browse files
committed
[Console] Fix test after #61308
1 parent ae256f9 commit cff606a

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 = new CommandTester($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)