diff options
Diffstat (limited to 'tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php')
-rw-r--r-- | tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php b/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php index 56634ecd4e9e..cd901d186fde 100644 --- a/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php +++ b/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiUpgradeExistingDatabaseTestCase * @@ -22,12 +21,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * http://www.gnu.org/copyleft/gpl.html - * - * @addtogroup Maintenance - * */ - require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); /** @@ -35,7 +30,6 @@ require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); * Test Case Name : Install Mediawiki by updating the existing database. * Version : MediaWiki 1.18alpha */ - class MediaWikiUpgradeExistingDatabaseTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); |