Skip to content

Commit 5037c00

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Mutate remaining data providers to static ones
2 parents 24c9ab1 + 4f3d91f commit 5037c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public static function provideDistinguishedChoices()
577577
];
578578
}
579579

580-
public function provideSameKeyChoices()
580+
public static function provideSameKeyChoices()
581581
{
582582
// Only test types here that can be used as array keys
583583
return [
@@ -588,7 +588,7 @@ public function provideSameKeyChoices()
588588
];
589589
}
590590

591-
public function provideDistinguishedKeyChoices()
591+
public static function provideDistinguishedKeyChoices()
592592
{
593593
// Only test types here that can be used as array keys
594594
return [

0 commit comments

Comments
 (0)