From 0c782d06cbb168f7e808e19b21bffd9c61ff7b5f Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 25 Sep 2011 04:35:25 +0000 Subject: [PATCH] Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup so that tests are always run with it on. --- tests/parser/parserTest.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index fd5ac6b79c..8af2846c23 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -650,6 +650,7 @@ class ParserTest { 'wgExternalLinkTarget' => false, 'wgAlwaysUseTidy' => false, 'wgHtml5' => true, + 'wgCleanupPresentationalAttributes' => true, 'wgWellFormedXml' => true, 'wgAllowMicrodataAttributes' => true, 'wgAdaptiveMessageCache' => true, -- 2.20.1