Skip to content

Commit 6b8b53a

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents 01d7b89 + 5037c00 commit 6b8b53a

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)