Skip to content

Commit aee3d2f

Browse files
Fix data provider visibility
Co-authored-by: Pascal Birchler <[email protected]>
1 parent df2d133 commit aee3d2f

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-
private function data_wp_version_resolver() {
48+
public 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)