MediaWiki REL1_33
|
Wraps the user object, so we can also retain full access to properties like password if we log in via the API. More...
Public Member Functions | |
__construct ( $username, $realname='Real Name', $email='sample @example.com', $groups=[]) | |
getPassword () | |
getUser () | |
Static Public Member Functions | |
static | setPasswordForUser (User $user, $password) |
Set the password on a testing user. | |
Private Member Functions | |
assertNotReal () | |
setEmail ( $email) | |
setPassword ( $password) | |
setRealName ( $realname) | |
Private Attributes | |
string | $password |
User | $user |
string | $username |
Wraps the user object, so we can also retain full access to properties like password if we log in via the API.
Definition at line 9 of file TestUser.php.
TestUser::__construct | ( | $username, | |
$realname = 'Real Name' , |
|||
$email = 'sample@example.com' , |
|||
$groups = [] |
|||
) |
Definition at line 34 of file TestUser.php.
References $username, as, assertNotReal(), User\createNew(), User\newFromName(), setEmail(), setPassword(), setRealName(), and user.
|
private |
TestUser::getPassword | ( | ) |
TestUser::getUser | ( | ) |
|
private |
string |
Definition at line 104 of file TestUser.php.
References user.
Referenced by __construct().
|
private |
string | $password |
Definition at line 116 of file TestUser.php.
References $password, setPasswordForUser(), and user.
Referenced by __construct().
|
static |
Set the password on a testing user.
This assumes we're still using the generic AuthManager config from PHPUnitMaintClass::finalSetup(), and just sets the password in the database directly.
User | $user | |
string | $password |
Definition at line 129 of file TestUser.php.
References $password, $user, DB_MASTER, User\getId(), and wfGetDB().
Referenced by UserWrapper\__construct(), BlockTest\getUserForBlocking(), setPassword(), and BlockTest\testBlockedUserCanNotCreateAccount().
|
private |
string | $realname |
Definition at line 91 of file TestUser.php.
References user.
Referenced by __construct().
|
private |
Definition at line 18 of file TestUser.php.
Referenced by getPassword(), setPassword(), and setPasswordForUser().
|
private |
Definition at line 23 of file TestUser.php.
Referenced by getUser(), and setPasswordForUser().
|
private |
Definition at line 13 of file TestUser.php.
Referenced by __construct().