Skip to content

Commit

Permalink
Make data provider static
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed May 22, 2024
1 parent 6d78633 commit 60fe7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WP_CLI/WpOrgApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class WpOrgApiTest extends TestCase {

public function data_http_request_verify() {
public static function data_http_request_verify() {
return [
'can retrieve core checksums' => [
'get_core_checksums',
Expand Down

0 comments on commit 60fe7f5

Please sign in to comment.