Skip to content

Commit 2faa3d1

Browse files
committed
Make the data providers static
1 parent aee3d2f commit 2faa3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/TestWPVersionResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private function wp_versions_data() {
4545
);
4646
}
4747

48-
public function data_wp_version_resolver() {
48+
public static function data_wp_version_resolver() {
4949
return array(
5050
array( '5.0', '5.0' ), // Does not match any version. So return as it is.
5151
array( '5', '5.9.2' ), // Return the latest major version.

0 commit comments

Comments
 (0)