Index: trunk/phase3/maintenance/tests/phpunit/suites/ExtensionsTestSuite.php |
— | — | @@ -9,7 +9,6 @@ |
10 | 10 | parent::__construct(); |
11 | 11 | $files = array(); |
12 | 12 | wfRunHooks( 'UnitTestsList', array( &$files ) ); |
13 | | - var_dump($files); |
14 | 13 | foreach ( $files as $file ) { |
15 | 14 | $this->addTestFile( $file ); |
16 | 15 | } |
— | — | @@ -31,4 +30,4 @@ |
32 | 31 | public function testNothing() { |
33 | 32 | |
34 | 33 | } |
35 | | -} |
\ No newline at end of file |
| 34 | +} |