X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiQueryAllPagesTest.php;h=b482c3189a159d0d214b11168b360530a3d21e0b;hb=2c2dc593d25f652c04185e597b7f9de2c22c2e31;hp=76872362cdc6a9abd62aeb191ff24d4b001ff217;hpb=1dd2e07276e1deaf431ddb01c92111038f9e2cd6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php index 76872362cd..b482c3189a 100644 --- a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php +++ b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php @@ -4,6 +4,8 @@ * @group API * @group Database * @group medium + * + * @covers ApiQueryAllPages */ class ApiQueryAllPagesTest extends ApiTestCase { @@ -13,7 +15,7 @@ class ApiQueryAllPagesTest extends ApiTestCase { } /** - *Test bug 25702 + *Test T27702 *Prefixes of API search requests are not handled with case sensitivity and may result *in wrong search results */