r79186 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79185‎ | r79186 | r79187 >
Date:16:45, 29 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r79183 removing global added in r79154
Modified paths:
  • /trunk/phase3/tests/phpunit/phpunit.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/phpunit.php
@@ -35,10 +35,6 @@
3636 require_once( 'PHPUnit/TextUI/Command.php' );
3737 }
3838
39 -$additionalMWCLIArgs = array(
40 - 'verbose' => false,
41 -);
42 -
4339 require_once( "$IP/tests/phpunit/MediaWikiPHPUnitCommand.php" );
4440 require_once( "$IP/tests/phpunit/MediaWikiTestCase.php" );
4541 MediaWikiPHPUnitCommand::main();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79154Make MediaWikiParserTest work now in PHPUnit. There are still a few bugs, suc...soxred9302:23, 29 December 2010
r79183Replace the global $additionalMWCLIArgs with a class variable....platonides16:24, 29 December 2010

Status & tagging log