We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4af14 commit bc04b7aCopy full SHA for bc04b7a
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