diff options
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php b/tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php index d3b7e7b4ffa4..9c6ca1d37d93 100644 --- a/tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php @@ -25,7 +25,7 @@ class ApiQueryPrefixSearchTest extends ApiTestCase { MockCompletionSearchEngine::addMockResults( self::TEST_QUERY, $results ); } - public function offsetContinueProvider() { + public static function offsetContinueProvider() { return [ 'no offset' => [ 2, 2, 0, 2 ], 'with offset' => [ 7, 2, 5, 2 ], |