From: umherirrender Date: Sun, 9 Dec 2012 10:56:45 +0000 (+0100) Subject: Set wgWellFormedXml for LinkerTest::testUserLink X-Git-Tag: 1.31.0-rc.0~21362^2 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=515253bc4c28965fcab61c423f974f387057bc83;p=lhc%2Fweb%2Fwiklou.git Set wgWellFormedXml for LinkerTest::testUserLink Change-Id: I9ab370e2f23e0134741680ff620e8bb552496868 --- diff --git a/tests/phpunit/includes/LinkerTest.php b/tests/phpunit/includes/LinkerTest.php index df8e919c8b..abb8374d1f 100644 --- a/tests/phpunit/includes/LinkerTest.php +++ b/tests/phpunit/includes/LinkerTest.php @@ -9,6 +9,7 @@ class LinkerTest extends MediaWikiLangTestCase { function testUserLink( $expected, $userId, $userName, $altUserName = false, $msg='' ) { $this->setMwGlobals( array( 'wgArticlePath' => '/wiki/$1', + 'wgWellFormedXml' => true, ) ); $this->assertEquals( $expected,