From: umherirrender Date: Wed, 15 Oct 2014 16:31:29 +0000 (+0200) Subject: Make PrefixSearchTest use MediaWikiLangTestCase X-Git-Tag: 1.31.0-rc.0~13566 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=ac79e1902489a3125ff99d42ec3209cd95bd9229;p=lhc%2Fweb%2Fwiklou.git Make PrefixSearchTest use MediaWikiLangTestCase It uses namespaces which depends on the content language Change-Id: I0a1ef4adea1e1ddff32e37cbbd8cf51a3398905b --- diff --git a/tests/phpunit/includes/PrefixSearchTest.php b/tests/phpunit/includes/PrefixSearchTest.php index 5b164352e8..a33f6a6bf4 100644 --- a/tests/phpunit/includes/PrefixSearchTest.php +++ b/tests/phpunit/includes/PrefixSearchTest.php @@ -3,7 +3,7 @@ * @group Search * @group Database */ -class PrefixSearchTest extends MediaWikiTestCase { +class PrefixSearchTest extends MediaWikiLangTestCase { protected function setUp() { parent::setUp();