Cosmetic change
authorPlatonides <platonides@users.mediawiki.org>
Sun, 1 May 2011 19:31:18 +0000 (19:31 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 1 May 2011 19:31:18 +0000 (19:31 +0000)
tests/phpunit/MediaWikiTestCase.php

index 0bf04aa..19facd9 100644 (file)
@@ -55,12 +55,9 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase {
                        parent::run( $result );
                
                        $this->destroyDB();
-               }
-               else {
+               } else {
                        parent::run( $result );
-               
                }
-               
        }
        
        function __destruct() {