From f10c7a0b93f97b2dc153dde0d297a9ef837e6b74 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 1 May 2011 19:31:18 +0000 Subject: [PATCH] Cosmetic change --- tests/phpunit/MediaWikiTestCase.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/phpunit/MediaWikiTestCase.php b/tests/phpunit/MediaWikiTestCase.php index 0bf04aa0cb..19facd9962 100644 --- a/tests/phpunit/MediaWikiTestCase.php +++ b/tests/phpunit/MediaWikiTestCase.php @@ -55,12 +55,9 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase { parent::run( $result ); $this->destroyDB(); - } - else { + } else { parent::run( $result ); - } - } function __destruct() { -- 2.20.1