Skip to content

Commit 766d8f0

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Cache] fix trying to load Memcached before checking we can add missing variable [Notifier] Make `TransportTestCase` data providers static Fix PHPUnit 9.6 deprecations [Notifier] Add missing use statement [Security] fix compat with security-core v6 use proper methods to assert exception messages contain certain strings Fix tests replace usages of the deprecated PHPUnit getMockClass() method [gha] Fix high-deps to run with Symfony 6+ Fix PHPDoc (wrong order)
2 parents 17473bf + 005c745 commit 766d8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Style/SymfonyStyleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function testCreateTableWithoutConsoleOutput()
151151
$style = new SymfonyStyle($input, $output);
152152

153153
$this->expectException(RuntimeException::class);
154-
$this->expectDeprecationMessage('Output should be an instance of "Symfony\Component\Console\Output\ConsoleSectionOutput"');
154+
$this->expectExceptionMessage('Output should be an instance of "Symfony\Component\Console\Output\ConsoleSectionOutput"');
155155

156156
$style->createTable()->appendRow(['row']);
157157
}

0 commit comments

Comments
 (0)