diff options
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php b/tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php index a342f95ba6ec..0f44f2c58a2f 100644 --- a/tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryAllPagesTest.php @@ -10,7 +10,7 @@ use MediaWiki\Title\Title; * @group Database * @group medium * - * @covers \ApiQueryAllPages + * @covers MediaWiki\Api\ApiQueryAllPages */ class ApiQueryAllPagesTest extends ApiTestCase { /** |