From 7a1d3bf06a3478f183a692c21cd443a4238836bf Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Mon, 26 Sep 2011 02:04:17 +0000 Subject: [PATCH] Followup r98056; Add to this screwed up NewParserTest phpunit stuff as well. --- tests/phpunit/includes/parser/NewParserTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 15247e3547..050071151f 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -279,6 +279,7 @@ class NewParserTest extends MediaWikiTestCase { 'wgExternalLinkTarget' => false, 'wgAlwaysUseTidy' => false, 'wgHtml5' => true, + 'wgCleanupPresentationalAttributes' => true, 'wgWellFormedXml' => true, 'wgAllowMicrodataAttributes' => true, 'wgAdaptiveMessageCache' => true, -- 2.20.1