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 34610a6 commit 7934c82Copy full SHA for 7934c82
tests/Symfony/SymfonyMessageSerializerTest.php
@@ -131,7 +131,7 @@ public function wthNullableObjectArgument(): void
131
public function denormalizeToUnknownClass(): void
132
{
133
$this->expectException(DenormalizeFailed::class);
134
- $this->expectExceptionMessage('Class "Qwerty" not exists');
+ $this->expectExceptionMessage('Class `Qwerty` not exists');
135
136
/** @noinspection PhpUndefinedClassInspection */
137
(new SymfonySerializer())->denormalize([], \Qwerty::class);
0 commit comments