Normalise documentation in tests/selenium
- Remove useless @addtogroup, all files already have @ingroup - Make comments position and whitespaces consistent Change-Id: Id8f68d53e00e7ed32a5da8681c0263a683eef724
This commit is contained in:
parent
b16f5bf88e
commit
3d9baf3d33
32 changed files with 4 additions and 142 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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' ) {
|
||||
|
|
|
|||
|
|
@ -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' );
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue