Follow-up r74558: remove var_dump()
authorMax Semenik <maxsem@users.mediawiki.org>
Sat, 9 Oct 2010 19:19:54 +0000 (19:19 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sat, 9 Oct 2010 19:19:54 +0000 (19:19 +0000)
maintenance/tests/phpunit/suites/ExtensionsTestSuite.php

index b97708a..bf1e42b 100644 (file)
@@ -9,7 +9,6 @@
                parent::__construct();
                $files = array();
                wfRunHooks( 'UnitTestsList', array( &$files ) );
-               var_dump($files);
                foreach ( $files as $file ) {
                        $this->addTestFile( $file );
                }
@@ -31,4 +30,4 @@ class DummyExtensionsTest extends PHPUnit_Framework_TestCase {
        public function testNothing() {
                
        }
-}
\ No newline at end of file
+}