Skip to content

Commit 4f3d91f

Browse files
Mutate remaining data providers to static ones
1 parent a337263 commit 4f3d91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ public static function provideDistinguishedChoices()
586586
];
587587
}
588588

589-
public function provideSameKeyChoices()
589+
public static function provideSameKeyChoices()
590590
{
591591
// Only test types here that can be used as array keys
592592
return [
@@ -597,7 +597,7 @@ public function provideSameKeyChoices()
597597
];
598598
}
599599

600-
public function provideDistinguishedKeyChoices()
600+
public static function provideDistinguishedKeyChoices()
601601
{
602602
// Only test types here that can be used as array keys
603603
return [

0 commit comments

Comments
 (0)