Public Member Functions | |
setup () | |
Static Public Member Functions | |
static | setupUser () |
Static Protected Attributes | |
static | $userName |
static | $passWord |
static | $user |
static | $apiUrl |
Definition at line 3 of file ApiSetup.php.
ApiSetup::setup | ( | ) |
Reimplemented in ApiTest.
Definition at line 9 of file ApiSetup.php.
References $wgAuth, $wgContLang, $wgMemc, $wgRequest, $wgScriptExtension, $wgScriptPath, $wgServer, Language::factory(), and setupUser().
static ApiSetup::setupUser | ( | ) | [static] |
Definition at line 22 of file ApiSetup.php.
References User::createNew(), User::newFromName(), and User::randomPassword().
Referenced by setup().
ApiSetup::$apiUrl [static, protected] |
Definition at line 7 of file ApiSetup.php.
ApiSetup::$passWord [static, protected] |
Definition at line 5 of file ApiSetup.php.
ApiSetup::$user [static, protected] |
Definition at line 6 of file ApiSetup.php.
ApiSetup::$userName [static, protected] |
Definition at line 4 of file ApiSetup.php.