From: Robert Hoenig Date: Tue, 30 Dec 2014 06:37:25 +0000 (-0600) Subject: Rename testBug25702() to testPrefixNormalizationSearchBug() X-Git-Tag: 1.31.0-rc.0~11092^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=ea437ac3219fdb3a2b7791f15a049ab70991c487;p=lhc%2Fweb%2Fwiklou.git Rename testBug25702() to testPrefixNormalizationSearchBug() Change-Id: If17a2cd2c1481cc564c61be73af64938824d9a9c --- diff --git a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php index 124988f32f..0ac00eea26 100644 --- a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php +++ b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php @@ -13,9 +13,11 @@ class ApiQueryAllPagesTest extends ApiTestCase { } /** - * @todo give this test a real name explaining what is being tested here + *Test bug 25702 + *Prefixes of API search requests are not handled with case sensitivity and may result + *in wrong search results */ - public function testBug25702() { + public function testPrefixNormalizationSearchBug() { $title = Title::newFromText( 'Category:Template:xyz' ); $page = WikiPage::factory( $title ); $page->doEdit( 'Some text', 'inserting content' );