Skip to content

Commit

Permalink
Mutate remaining data providers to static ones
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Sep 20, 2024
1 parent a337263 commit 4f3d91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public static function provideDistinguishedChoices()
];
}

public function provideSameKeyChoices()
public static function provideSameKeyChoices()
{
// Only test types here that can be used as array keys
return [
Expand All @@ -597,7 +597,7 @@ public function provideSameKeyChoices()
];
}

public function provideDistinguishedKeyChoices()
public static function provideDistinguishedKeyChoices()
{
// Only test types here that can be used as array keys
return [
Expand Down

0 comments on commit 4f3d91f

Please sign in to comment.