r98056 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98055‎ | r98056 | r98057 >
Date:04:35, 25 September 2011
Author:dantman
Status:ok
Tags:
Comment:
Followup r98053; Add $wgCleanupPresentationalAttributes to the globals setup so that tests are always run with it on.
Modified paths:
  • /trunk/phase3/tests/parser/parserTest.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTest.inc
@@ -650,6 +650,7 @@
651651 'wgExternalLinkTarget' => false,
652652 'wgAlwaysUseTidy' => false,
653653 'wgHtml5' => true,
 654+ 'wgCleanupPresentationalAttributes' => true,
654655 'wgWellFormedXml' => true,
655656 'wgAllowMicrodataAttributes' => true,
656657 'wgAdaptiveMessageCache' => true,

Follow-up revisions

RevisionCommit summaryAuthorDate
r98103Followup r98056; Add to this screwed up NewParserTest phpunit stuff as well.dantman02:04, 26 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98053Followup r94465; Add parser tests and turn the feature on-by-default like I i...dantman02:58, 25 September 2011

Status & tagging log