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 39cf8d7199f5..5cdf5afea78d 100644 --- a/tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryPrefixSearchTest.php @@ -11,7 +11,7 @@ use MockCompletionSearchEngine; * @group medium * @group Database * - * @covers \ApiQueryPrefixSearch + * @covers MediaWiki\Api\ApiQueryPrefixSearch */ class ApiQueryPrefixSearchTest extends ApiTestCase { private const TEST_QUERY = 'unittest'; |