Skip to content

Commit 803d861

Browse files
committed
fix test
1 parent 8727ba0 commit 803d861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mapping/Loader/AttributeLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function testLoadGroupsOnClass()
223223
public function testLoadWithInvalidAttribute()
224224
{
225225
$this->expectException(MappingException::class);
226-
$this->expectExceptionMessage('Could not instantiate attribute "Symfony\Component\Serializer\Annotation\Groups" on "Symfony\Component\Serializer\Tests\Fixtures\Attributes\BadAttributeDummy::myMethod()".');
226+
$this->expectExceptionMessage('Could not instantiate attribute "Symfony\Component\Serializer\Attribute\Groups" on "Symfony\Component\Serializer\Tests\Fixtures\Attributes\BadAttributeDummy::myMethod()".');
227227

228228
$classMetadata = new ClassMetadata(BadAttributeDummy::class);
229229

0 commit comments

Comments
 (0)