Skip to content

Commit 7934c82

Browse files
author
Masiukevich Maksim
committed
fix broken test
1 parent 34610a6 commit 7934c82

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
@@ -131,7 +131,7 @@ public function wthNullableObjectArgument(): void
131131
public function denormalizeToUnknownClass(): void
132132
{
133133
$this->expectException(DenormalizeFailed::class);
134-
$this->expectExceptionMessage('Class "Qwerty" not exists');
134+
$this->expectExceptionMessage('Class `Qwerty` not exists');
135135

136136
/** @noinspection PhpUndefinedClassInspection */
137137
(new SymfonySerializer())->denormalize([], \Qwerty::class);

0 commit comments

Comments
 (0)