Skip to content

Commit

Permalink
Fix data provider visibility
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
thelovekesh and swissspidy authored May 24, 2024
1 parent df2d133 commit aee3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/TestWPVersionResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private function wp_versions_data() {
);
}

private function data_wp_version_resolver() {
public function data_wp_version_resolver() {
return array(
array( '5.0', '5.0' ), // Does not match any version. So return as it is.
array( '5', '5.9.2' ), // Return the latest major version.
Expand Down

0 comments on commit aee3d2f

Please sign in to comment.