IAlex has uploaded a new change for review. https://gerrit.wikimedia.org/r/52013
Change subject: Normalise documentation in tests/selenium ...................................................................... Normalise documentation in tests/selenium - Remove useless @addtogroup, all files already have @ingroup - Make comments position and whitespaces consistent Change-Id: Id8f68d53e00e7ed32a5da8681c0263a683eef724 --- M tests/selenium/SeleniumServerManager.php M tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php M tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php M tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php M tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php M tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php M tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php M tests/selenium/installer/MediaWikiInstallationCommonFunction.php M tests/selenium/installer/MediaWikiInstallationConfig.php M tests/selenium/installer/MediaWikiInstallationMessage.php M tests/selenium/installer/MediaWikiInstallationVariables.php M tests/selenium/installer/MediaWikiInstallerTestSuite.php M tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php M tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php M tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php M tests/selenium/installer/MediaWikiRestartInstallationTestCase.php M tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php M tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php M tests/selenium/installer/MediaWikiUserInterfaceTestCase.php M tests/selenium/suites/AddContentToNewPageTestCase.php M tests/selenium/suites/AddNewPageTestCase.php M tests/selenium/suites/CreateAccountTestCase.php M tests/selenium/suites/DeletePageAdminTestCase.php M tests/selenium/suites/EmailPasswordTestCase.php M tests/selenium/suites/MediaWikiEditorConfig.php M tests/selenium/suites/MovePageTestCase.php M tests/selenium/suites/MyContributionsTestCase.php M tests/selenium/suites/MyWatchListTestCase.php M tests/selenium/suites/PageSearchTestCase.php M tests/selenium/suites/PreviewPageTestCase.php M tests/selenium/suites/SavePageTestCase.php M tests/selenium/suites/UserPreferencesTestCase.php 32 files changed, 4 insertions(+), 142 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/13/52013/1 diff --git a/tests/selenium/SeleniumServerManager.php b/tests/selenium/SeleniumServerManager.php index 3fbc831..9efa509 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 d6b7cb8..4583360 100644 --- a/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php +++ b/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiButtonsAvailabilityTestCase * @@ -22,11 +21,7 @@ * 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 @@ * 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 76a794c..6375d66 100644 --- a/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php +++ b/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiDifferentDatabaseAccountTestCase * @@ -22,11 +21,7 @@ * 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 @@ * 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 2c879c3..fad4e06 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 @@ * 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 7eb6d38..37f5af2 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 e3d4266..536ceb6 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 961f692..f0efce6 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 06bad30..a9a8fc3 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 2663f65..86a4624 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 f63c2eb..2b7d48e 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 b271c7e..3d7996b 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 f179113..6946cc7 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 0aa9d41..92f26d0 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 aa307b7..e9be370 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 7f6dfe3..ce27500 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 325ee1a..f34210c 100644 --- a/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php +++ b/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiRestartInstallationTestCase * @@ -22,11 +21,7 @@ * 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 @@ * 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 87e7ee3..039d71a 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 @@ * 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 56634ec..cd901d1 100644 --- a/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php +++ b/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiUpgradeExistingDatabaseTestCase * @@ -22,11 +21,7 @@ * 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 @@ * 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 b2fa7e6..9733152 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 @@ * 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 a74efc5..2803ff2 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 19dc927..c70af33 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 e29f2c7..a603f99 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 eb25f8b..f0005cd 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 81310b1..77282e4 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 aeb2315..7fd8e07 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 3964dc1..d2eaa40 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 730323d..81e3a4d 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 bc7c768..842108f 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 bde1b57..5fdc5c8 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 615c23c..036201f 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 80eacc5..1e4cc2d 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 a68ea97..c70e38f 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 { -- To view, visit https://gerrit.wikimedia.org/r/52013 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8f68d53e00e7ed32a5da8681c0263a683eef724 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
