diff options
author | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2013-03-04 08:35:44 +0100 |
---|---|---|
committer | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2013-03-04 08:35:44 +0100 |
commit | 3d9baf3d3333505f6acc75ab46b901b7f9cfa720 (patch) | |
tree | a0f8dbc0fb1f218f2a0ff1a0807f9d3209e47d07 /tests/selenium/installer | |
parent | b16f5bf88ea4841d077bdcf0d52cb441783a9a2c (diff) | |
download | mediawikicore-3d9baf3d3333505f6acc75ab46b901b7f9cfa720.tar.gz mediawikicore-3d9baf3d3333505f6acc75ab46b901b7f9cfa720.zip |
Normalise documentation in tests/selenium
- Remove useless @addtogroup, all files already have @ingroup
- Make comments position and whitespaces consistent
Change-Id: Id8f68d53e00e7ed32a5da8681c0263a683eef724
Diffstat (limited to 'tests/selenium/installer')
18 files changed, 4 insertions, 88 deletions
diff --git a/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php b/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php index d6b7cb80aac4..4583360d2e1b 100644 --- a/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php +++ b/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiButtonsAvailabilityTestCase * @@ -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 :'Back' and 'Continue' button availability * Version : MediaWiki 1.18alpha */ - class MediaWikiButtonsAvailabilityTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); diff --git a/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php b/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php index 76a794c07f4c..6375d660ce5e 100644 --- a/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php +++ b/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiDifferentDatabaseAccountTestCase * @@ -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 with different Database accounts for web access. * Version : MediaWiki 1.18alpha */ - class MediaWikiDifferentDatabaseAccountTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); diff --git a/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php b/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php index 2c879c3d5f80..fad4e06f86c4 100644 --- a/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php +++ b/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiDifferntDatabasePrefixTestCase * @@ -22,9 +21,6 @@ * 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 +31,6 @@ require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); * database prefixes(Share one database between multiple wikis). * Version : MediaWiki 1.18alpha */ - class MediaWikiDifferntDatabasePrefixTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); diff --git a/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php b/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php index 7eb6d384d8b0..37f5af2fc842 100644 --- a/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php +++ b/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiErrorsConnectToDatabasePageTestCase * @@ -22,9 +21,6 @@ * 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 - * */ diff --git a/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php b/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php index e3d42665b28f..536ceb66eb90 100644 --- a/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php +++ b/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiErrorsNamepageTestCase * @@ -22,19 +21,15 @@ * 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' ); + /** * Test Case ID : 10 (http://www.mediawiki.org/wiki/New_installer/Test_plan) * Test Case Name : Invalid/ blank values for fields in 'Name' page. * Version : MediaWiki 1.18alpha */ - -require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); - class MediaWikiErrorsNamepageTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); diff --git a/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php b/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php index 961f6920a925..f0efce6e5a7d 100644 --- a/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php +++ b/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiHelpFieldHintTestCase * @@ -22,19 +21,15 @@ * 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' ); + /** * Test Case ID : 29 (http://www.mediawiki.org/wiki/New_installer/Test_plan) * Test Case Name : Help field hint availability for the fields. * Version : MediaWiki 1.18alpha */ - -require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); - class MediaWikiHelpFieldHintTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); diff --git a/tests/selenium/installer/MediaWikiInstallationCommonFunction.php b/tests/selenium/installer/MediaWikiInstallationCommonFunction.php index 06bad3099a3c..a9a8fc382106 100644 --- a/tests/selenium/installer/MediaWikiInstallationCommonFunction.php +++ b/tests/selenium/installer/MediaWikiInstallationCommonFunction.php @@ -21,9 +21,6 @@ * 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 'PHPUnit/Extensions/SeleniumTestCase.php'; diff --git a/tests/selenium/installer/MediaWikiInstallationConfig.php b/tests/selenium/installer/MediaWikiInstallationConfig.php index 2663f65eb530..86a46247dab4 100644 --- a/tests/selenium/installer/MediaWikiInstallationConfig.php +++ b/tests/selenium/installer/MediaWikiInstallationConfig.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiInstallationConfig * @@ -22,9 +21,6 @@ * 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 - * */ diff --git a/tests/selenium/installer/MediaWikiInstallationMessage.php b/tests/selenium/installer/MediaWikiInstallationMessage.php index f63c2ebff87f..2b7d48ef0b69 100644 --- a/tests/selenium/installer/MediaWikiInstallationMessage.php +++ b/tests/selenium/installer/MediaWikiInstallationMessage.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiInstallationConfig * @@ -22,9 +21,6 @@ * 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 - * */ diff --git a/tests/selenium/installer/MediaWikiInstallationVariables.php b/tests/selenium/installer/MediaWikiInstallationVariables.php index b271c7e004a4..3d7996be808d 100644 --- a/tests/selenium/installer/MediaWikiInstallationVariables.php +++ b/tests/selenium/installer/MediaWikiInstallationVariables.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiInstallationConfig * @@ -22,9 +21,6 @@ * 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 - * */ diff --git a/tests/selenium/installer/MediaWikiInstallerTestSuite.php b/tests/selenium/installer/MediaWikiInstallerTestSuite.php index f17911310f2c..6946cc75a281 100644 --- a/tests/selenium/installer/MediaWikiInstallerTestSuite.php +++ b/tests/selenium/installer/MediaWikiInstallerTestSuite.php @@ -21,9 +21,6 @@ * 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 - * */ if ( PHP_SAPI != 'cli' ) { diff --git a/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php b/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php index 0aa9d413cb2d..92f26d050d99 100644 --- a/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php +++ b/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiOnAlreadyInstalledTestCase * @@ -22,9 +21,6 @@ * 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' ); diff --git a/tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php b/tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php index aa307b744bc0..e9be37046281 100644 --- a/tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php +++ b/tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiMySQLiteataBaseTestCase * @@ -22,9 +21,6 @@ * 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 - * */ diff --git a/tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php b/tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php index 7f6dfe3809ac..ce27500b6002 100644 --- a/tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php +++ b/tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php @@ -1,5 +1,4 @@ <?php - /** * Selenium server manager * @@ -22,9 +21,6 @@ * 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 - * */ diff --git a/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php b/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php index 325ee1afef7d..f34210cba2fa 100644 --- a/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php +++ b/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiRestartInstallationTestCase * @@ -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 on a already installed Mediawiki. * Version : MediaWiki 1.18alpha */ - class MediaWikiRestartInstallationTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); diff --git a/tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php b/tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php index 87e7ee36f390..039d71a42985 100644 --- a/tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php +++ b/tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiRightFrameworkLinksTestCase * @@ -22,9 +21,6 @@ * 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' ); @@ -37,7 +33,6 @@ require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); * User selects 'Upgrading' link. * Version : MediaWiki 1.18alpha */ - class MediaWikiRightFrameworkLinksTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); 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(); diff --git a/tests/selenium/installer/MediaWikiUserInterfaceTestCase.php b/tests/selenium/installer/MediaWikiUserInterfaceTestCase.php index b2fa7e6d41e0..97331523cac6 100644 --- a/tests/selenium/installer/MediaWikiUserInterfaceTestCase.php +++ b/tests/selenium/installer/MediaWikiUserInterfaceTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiUserInterfaceTestCase * @@ -22,9 +21,6 @@ * 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,8 +31,6 @@ require_once ( __DIR__ . '/MediaWikiInstallationCommonFunction.php' ); * Database settings/ Name/ Options/ Install/ Complete/ Restart Inslation pages * Version : MediaWiki 1.18alpha */ - - class MediaWikiUserInterfaceTestCase extends MediaWikiInstallationCommonFunction { function setUp() { parent::setUp(); |