Skip to content

Commit 41a8632

Browse files
committed
Make phpunit dataprovider a static function
1 parent 0f9cac3 commit 41a8632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DrupalOrg/VersionGroupTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class VersionGroupTest extends TestCase
1010
/**
1111
* @return array<string, mixed>
1212
*/
13-
public function versionGroups(): array
13+
public static function versionGroups(): array
1414
{
1515
return [
1616
'Semver versions including given version' => [

0 commit comments

Comments
 (0)