Make PrefixSearchTest use MediaWikiLangTestCase
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 15 Oct 2014 16:31:29 +0000 (18:31 +0200)
committerKrinkle <krinklemail@gmail.com>
Mon, 20 Oct 2014 14:17:41 +0000 (14:17 +0000)
It uses namespaces which depends on the content language

Change-Id: I0a1ef4adea1e1ddff32e37cbbd8cf51a3398905b

tests/phpunit/includes/PrefixSearchTest.php

index 5b16435..a33f6a6 100644 (file)
@@ -3,7 +3,7 @@
  * @group Search
  * @group Database
  */
-class PrefixSearchTest extends MediaWikiTestCase {
+class PrefixSearchTest extends MediaWikiLangTestCase {
 
        protected function setUp() {
                parent::setUp();