From ac79e1902489a3125ff99d42ec3209cd95bd9229 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Wed, 15 Oct 2014 18:31:29 +0200 Subject: [PATCH] Make PrefixSearchTest use MediaWikiLangTestCase It uses namespaces which depends on the content language Change-Id: I0a1ef4adea1e1ddff32e37cbbd8cf51a3398905b --- tests/phpunit/includes/PrefixSearchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1