Skip to content

Commit 9991248

Browse files
committed
fix tests
1 parent af23184 commit 9991248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Symfony/SymfonyMessageSerializerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function wthNullableObjectArgument(): void
173173
public function denormalizeToUnknownClass(): void
174174
{
175175
$this->expectException(DenormalizeFailed::class);
176-
$this->expectExceptionMessage('Class Qwerty does not exist');
176+
$this->expectExceptionMessage('Class "Qwerty" not exists');
177177

178178
/** @noinspection PhpUndefinedClassInspection */
179179
(new SymfonyMessageSerializer())->denormalize([], \Qwerty::class);

0 commit comments

Comments
 (0)