Skip to content

Commit 613643f

Browse files
committed
Make phpunit dataprovider a static function
1 parent abac6c1 commit 613643f

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
@@ -63,7 +63,7 @@ public function versionGroups(): array
6363
* @param string|null $nextVersion
6464
* The expected next version (if any)
6565
*/
66-
public function testGetNextVersion(
66+
public static function testGetNextVersion(
6767
array $versions,
6868
string $currentVersion,
6969
?string $nextVersion

0 commit comments

Comments
 (0)