aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/selenium/SeleniumServerManager.php2
-rw-r--r--tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php6
-rw-r--r--tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php6
-rw-r--r--tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php5
-rw-r--r--tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php4
-rw-r--r--tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php9
-rw-r--r--tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php9
-rw-r--r--tests/selenium/installer/MediaWikiInstallationCommonFunction.php3
-rw-r--r--tests/selenium/installer/MediaWikiInstallationConfig.php4
-rw-r--r--tests/selenium/installer/MediaWikiInstallationMessage.php4
-rw-r--r--tests/selenium/installer/MediaWikiInstallationVariables.php4
-rw-r--r--tests/selenium/installer/MediaWikiInstallerTestSuite.php3
-rw-r--r--tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php4
-rw-r--r--tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php4
-rw-r--r--tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php4
-rw-r--r--tests/selenium/installer/MediaWikiRestartInstallationTestCase.php6
-rw-r--r--tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php5
-rw-r--r--tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php6
-rw-r--r--tests/selenium/installer/MediaWikiUserInterfaceTestCase.php6
-rw-r--r--tests/selenium/suites/AddContentToNewPageTestCase.php4
-rw-r--r--tests/selenium/suites/AddNewPageTestCase.php4
-rw-r--r--tests/selenium/suites/CreateAccountTestCase.php4
-rw-r--r--tests/selenium/suites/DeletePageAdminTestCase.php4
-rw-r--r--tests/selenium/suites/EmailPasswordTestCase.php4
-rw-r--r--tests/selenium/suites/MediaWikiEditorConfig.php4
-rw-r--r--tests/selenium/suites/MovePageTestCase.php4
-rw-r--r--tests/selenium/suites/MyContributionsTestCase.php4
-rw-r--r--tests/selenium/suites/MyWatchListTestCase.php4
-rw-r--r--tests/selenium/suites/PageSearchTestCase.php4
-rw-r--r--tests/selenium/suites/PreviewPageTestCase.php4
-rw-r--r--tests/selenium/suites/SavePageTestCase.php4
-rw-r--r--tests/selenium/suites/UserPreferencesTestCase.php4
32 files changed, 4 insertions, 142 deletions
diff --git a/tests/selenium/SeleniumServerManager.php b/tests/selenium/SeleniumServerManager.php
index 3fbc8317cbfc..9efa509a64e5 100644
--- a/tests/selenium/SeleniumServerManager.php
+++ b/tests/selenium/SeleniumServerManager.php
@@ -21,8 +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 Testing
*/
class SeleniumServerManager {
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();
diff --git a/tests/selenium/suites/AddContentToNewPageTestCase.php b/tests/selenium/suites/AddContentToNewPageTestCase.php
index a74efc5d005a..2803ff2a4203 100644
--- a/tests/selenium/suites/AddContentToNewPageTestCase.php
+++ b/tests/selenium/suites/AddContentToNewPageTestCase.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 Testing
- *
*/
class AddContentToNewPageTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/AddNewPageTestCase.php b/tests/selenium/suites/AddNewPageTestCase.php
index 19dc927f2d0e..c70af339127a 100644
--- a/tests/selenium/suites/AddNewPageTestCase.php
+++ b/tests/selenium/suites/AddNewPageTestCase.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 Testing
- *
*/
class AddNewPageTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/CreateAccountTestCase.php b/tests/selenium/suites/CreateAccountTestCase.php
index e29f2c7c56d0..a603f995393a 100644
--- a/tests/selenium/suites/CreateAccountTestCase.php
+++ b/tests/selenium/suites/CreateAccountTestCase.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 Testing
- *
*/
Class CreateAccountTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/DeletePageAdminTestCase.php b/tests/selenium/suites/DeletePageAdminTestCase.php
index eb25f8baa651..f0005cde54db 100644
--- a/tests/selenium/suites/DeletePageAdminTestCase.php
+++ b/tests/selenium/suites/DeletePageAdminTestCase.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 Testing
- *
*/
class DeletePageAdminTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/EmailPasswordTestCase.php b/tests/selenium/suites/EmailPasswordTestCase.php
index 81310b19cc7b..77282e477157 100644
--- a/tests/selenium/suites/EmailPasswordTestCase.php
+++ b/tests/selenium/suites/EmailPasswordTestCase.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 Testing
- *
*/
class EmailPasswordTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/MediaWikiEditorConfig.php b/tests/selenium/suites/MediaWikiEditorConfig.php
index aeb2315d63af..7fd8e07561e3 100644
--- a/tests/selenium/suites/MediaWikiEditorConfig.php
+++ b/tests/selenium/suites/MediaWikiEditorConfig.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 Testing
- *
*/
class MediaWikiEditorConfig {
diff --git a/tests/selenium/suites/MovePageTestCase.php b/tests/selenium/suites/MovePageTestCase.php
index 3964dc17d51c..d2eaa40d7519 100644
--- a/tests/selenium/suites/MovePageTestCase.php
+++ b/tests/selenium/suites/MovePageTestCase.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 Testing
- *
*/
class MovePageTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/MyContributionsTestCase.php b/tests/selenium/suites/MyContributionsTestCase.php
index 730323dc3353..81e3a4da72f4 100644
--- a/tests/selenium/suites/MyContributionsTestCase.php
+++ b/tests/selenium/suites/MyContributionsTestCase.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 Testing
- *
*/
require_once dirname( __DIR__ ) . '/SeleniumTestConstants.php';
diff --git a/tests/selenium/suites/MyWatchListTestCase.php b/tests/selenium/suites/MyWatchListTestCase.php
index bc7c768ce741..842108fa45dc 100644
--- a/tests/selenium/suites/MyWatchListTestCase.php
+++ b/tests/selenium/suites/MyWatchListTestCase.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 Testing
- *
*/
require_once dirname( __DIR__ ) . '/SeleniumTestConstants.php';
diff --git a/tests/selenium/suites/PageSearchTestCase.php b/tests/selenium/suites/PageSearchTestCase.php
index bde1b576b1e1..5fdc5c803a94 100644
--- a/tests/selenium/suites/PageSearchTestCase.php
+++ b/tests/selenium/suites/PageSearchTestCase.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 Testing
- *
*/
class PageSearchTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/PreviewPageTestCase.php b/tests/selenium/suites/PreviewPageTestCase.php
index 615c23c87f68..036201f0b37a 100644
--- a/tests/selenium/suites/PreviewPageTestCase.php
+++ b/tests/selenium/suites/PreviewPageTestCase.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 Testing
- *
*/
class PreviewPageTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/SavePageTestCase.php b/tests/selenium/suites/SavePageTestCase.php
index 80eacc5a3665..1e4cc2df95e0 100644
--- a/tests/selenium/suites/SavePageTestCase.php
+++ b/tests/selenium/suites/SavePageTestCase.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 Testing
- *
*/
class SavePageTestCase extends SeleniumTestCase {
diff --git a/tests/selenium/suites/UserPreferencesTestCase.php b/tests/selenium/suites/UserPreferencesTestCase.php
index a68ea97d38f3..c70e38fb6e4f 100644
--- a/tests/selenium/suites/UserPreferencesTestCase.php
+++ b/tests/selenium/suites/UserPreferencesTestCase.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 Testing
- *
*/
class UserPreferencesTestCase extends SeleniumTestCase {