r74559 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74558‎ | r74559 | r74560 >
Date:19:19, 9 October 2010
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up r74558: remove var_dump()
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/suites/ExtensionsTestSuite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/suites/ExtensionsTestSuite.php
@@ -9,7 +9,6 @@
1010 parent::__construct();
1111 $files = array();
1212 wfRunHooks( 'UnitTestsList', array( &$files ) );
13 - var_dump($files);
1413 foreach ( $files as $file ) {
1514 $this->addTestFile( $file );
1615 }
@@ -31,4 +30,4 @@
3231 public function testNothing() {
3332
3433 }
35 -}
\ No newline at end of file
 34+}

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74558Restored the ability to run extension tests from the main runnermaxsem19:17, 9 October 2010

Status & tagging log