MediaWiki  REL1_19
SimpleSeleniumTestSuite Class Reference

Sample test suite. More...

Inheritance diagram for SimpleSeleniumTestSuite:
Collaboration diagram for SimpleSeleniumTestSuite:

List of all members.

Public Member Functions

 addTests ()
 setUp ()

Detailed Description

Sample test suite.

Two ways to configure MW for these tests 1) If you are running multiple test suites, add the following in LocalSettings.php require_once("tests/selenium/SimpleSeleniumConfig.php"); $wgSeleniumTestConfigs['SimpleSeleniumTestSuite'] = 'SimpleSeleniumConfig::getSettings'; OR 2) Add the following to your Localsettings.php $wgDefaultSkin = 'chick';

Definition at line 12 of file SimpleSeleniumTestSuite.php.


Member Function Documentation

Reimplemented from SeleniumTestSuite.

Definition at line 18 of file SimpleSeleniumTestSuite.php.

Reimplemented from SeleniumTestSuite.

Definition at line 14 of file SimpleSeleniumTestSuite.php.

References SeleniumTestSuite\setLoginBeforeTests().

Here is the call graph for this function:


The documentation for this class was generated from the following file: