From: Daniel Friesen Date: Sun, 25 Sep 2011 04:35:25 +0000 (+0000) Subject: Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup so that... X-Git-Tag: 1.31.0-rc.0~27430 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=0c782d06cbb168f7e808e19b21bffd9c61ff7b5f;p=lhc%2Fweb%2Fwiklou.git Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup so that tests are always run with it on. --- 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,