X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fsearch%2FSearchEnginePrefixTest.php;h=63ed93e1915d08030bd6393840a1869737021ecf;hb=525bfbc8df855aa12e01868d92532cd64482dc7d;hp=e0de58866f377fe9245d1f0e3fe3e9b6f82ee1f9;hpb=e5facc46bc170c302438f60849041b0d6be75e82;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/search/SearchEnginePrefixTest.php b/tests/phpunit/includes/search/SearchEnginePrefixTest.php index e0de58866f..63ed93e191 100644 --- a/tests/phpunit/includes/search/SearchEnginePrefixTest.php +++ b/tests/phpunit/includes/search/SearchEnginePrefixTest.php @@ -1,5 +1,7 @@ [ 'Special:ActiveUsers', 'Special:AllMessages', - 'Special:AllMyFiles', + 'Special:AllMyUploads', ], // Third result when testing offset 'offsetresult' => [ - 'Special:AllMyUploads', + 'Special:AllPages', ], ] ], [ [ @@ -143,7 +145,7 @@ class SearchEnginePrefixTest extends MediaWikiLangTestCase { ], // Third result when testing offset 'offsetresult' => [ - 'Special:UncategorizedImages', + 'Special:UncategorizedPages', ], ] ], [ [ @@ -230,7 +232,7 @@ class SearchEnginePrefixTest extends MediaWikiLangTestCase { ], ] ], [ [ - 'Exact match not on top (bug 70958)', + 'Exact match not on top (T72958)', 'provision' => [ 'Barcelona', 'Bar', @@ -244,7 +246,7 @@ class SearchEnginePrefixTest extends MediaWikiLangTestCase { ], ] ], [ [ - 'Exact match missing (bug 70958)', + 'Exact match missing (T72958)', 'provision' => [ 'Barcelona', 'Barbara',