Skip to content

Commit

Permalink
make data provider static
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Sep 23, 2024
1 parent 10ae9c1 commit c860768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Normalizer/Features/ContextMetadataTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testContextMetadataContextDenormalize(string $contextMetadataDum
self::assertEquals('2011-07-28', $dummy->date->format('Y-m-d'), 'a specific denormalization context is used for this group');
}

public function contextMetadataDummyProvider(): array
public static function contextMetadataDummyProvider(): array
{
return [
[ContextMetadataDummy::class],
Expand Down

0 comments on commit c860768

Please sign in to comment.