Skip to content

Commit

Permalink
Update src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Serializer…
Browse files Browse the repository at this point in the history
…Test.php

Co-authored-by: Alexander M. Turek <me@derrabus.de>
  • Loading branch information
Indra Gunawan and derrabus committed Mar 21, 2024
1 parent 7418553 commit b2ae966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testSerializeTranslatableBackedEnum()

$serializer = static::getContainer()->get('serializer.alias');

$this->assertEquals(TranslatableBackedEnum::Get->value, $serializer->serialize(TranslatableBackedEnum::Get, 'yaml'));
$this->assertEquals('GET', $serializer->serialize(TranslatableBackedEnum::Get, 'yaml'));
}
}

Expand Down

0 comments on commit b2ae966

Please sign in to comment.