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.
2 parents 10da114 + bc04b7a commit 005c745Copy full SHA for 005c745
Tests/Style/SymfonyStyleTest.php
@@ -151,7 +151,7 @@ public function testCreateTableWithoutConsoleOutput()
151
$style = new SymfonyStyle($input, $output);
152
153
$this->expectException(RuntimeException::class);
154
- $this->expectDeprecationMessage('Output should be an instance of "Symfony\Component\Console\Output\ConsoleSectionOutput"');
+ $this->expectExceptionMessage('Output should be an instance of "Symfony\Component\Console\Output\ConsoleSectionOutput"');
155
156
$style->createTable()->appendRow(['row']);
157
}
0 commit comments