X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiQueryAllPagesTest.php;h=2d89aa5433c370d800816f8a8e47ccb9cc67ce43;hb=37f10242d25cd3214ae73ca47fe799cc5bdf8e20;hp=9f28aaf56eefd6d6654e592102f5189bb3743919;hpb=c584722cc2e3d33edae58d46c2149063b3fc6d72;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php index 9f28aaf56e..2d89aa5433 100644 --- a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php +++ b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php @@ -4,18 +4,14 @@ * @group API * @group Database * @group medium + * + * @covers ApiQueryAllPages */ class ApiQueryAllPagesTest extends ApiTestCase { - - protected function setUp() { - parent::setUp(); - $this->doLogin(); - } - /** - *Test T27702 - *Prefixes of API search requests are not handled with case sensitivity and may result - *in wrong search results + * Test T27702 + * Prefixes of API search requests are not handled with case sensitivity and may result + * in wrong search results */ public function testPrefixNormalizationSearchBug() { $title = Title::newFromText( 'Category:Template:xyz' );