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.
1 parent af23184 commit 9991248Copy full SHA for 9991248
tests/Symfony/SymfonyMessageSerializerTest.php
@@ -173,7 +173,7 @@ public function wthNullableObjectArgument(): void
173
public function denormalizeToUnknownClass(): void
174
{
175
$this->expectException(DenormalizeFailed::class);
176
- $this->expectExceptionMessage('Class Qwerty does not exist');
+ $this->expectExceptionMessage('Class "Qwerty" not exists');
177
178
/** @noinspection PhpUndefinedClassInspection */
179
(new SymfonyMessageSerializer())->denormalize([], \Qwerty::class);
0 commit comments