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.
expectExceptionMessage()
2 parents 74de6ec + 29621cd commit 63ab962Copy full SHA for 63ab962
src/Symfony/Component/Serializer/Tests/Normalizer/UidNormalizerTest.php
@@ -162,7 +162,7 @@ public function testNormalizeWithNormalizationFormatPassedInConstructor()
162
public function testNormalizeWithNormalizationFormatNotValid()
163
{
164
$this->expectException(LogicException::class);
165
- $this->expectDeprecationMessage('The "ccc" format is not valid.');
+ $this->expectExceptionMessage('The "ccc" format is not valid.');
166
167
$this->normalizer->normalize(new Ulid(), null, [
168
'uid_normalization_format' => 'ccc',
0 commit comments