X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiQueryAllPagesTest.php;h=b482c3189a159d0d214b11168b360530a3d21e0b;hp=76872362cdc6a9abd62aeb191ff24d4b001ff217;hb=dbad540cd37617879aff6f28ce9c016dd8049d4e;hpb=5335a84c9ef221d03f264834cf136d9dd11a749a 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 */