Skip to content

Commit 8464e98

Browse files
committed
Make phpunit dataprovider a static function
1 parent abac6c1 commit 8464e98

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[]
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)