MediaWiki
1.30.0
|
AuthManager Database MediaWiki\Auth\AuthManager. More...
Static Public Member Functions | |
static | provideAccountCreationLogging () |
static | provideAllowsAuthenticationDataChange () |
static | provideGetAuthenticationRequests () |
static | provideSecuritySensitiveOperationStatus () |
static | provideUserCanAuthenticate () |
static | provideUserExists () |
Static Public Member Functions inherited from MediaWikiTestCase | |
static | getMutableTestUser ( $groups=[]) |
Convenience method for getting a mutable test user. More... | |
static | getTestSysop () |
Convenience method for getting an immutable admin test user. More... | |
static | getTestUser ( $groups=[]) |
Convenience method for getting an immutable test user. More... | |
static | listTables (IMaintainableDatabase $db) |
static | prepareServices (Config $bootstrapConfig) |
Prepare service configuration for unit testing. More... | |
static | setUpBeforeClass () |
static | setupTestDB (Database $db, $prefix) |
Creates an empty skeleton of the wiki database by cloning its structure to equivalent tables using the given $prefix. More... | |
static | teardownTestDB () |
Restores MediaWiki to using the table set (table prefix) it was using before setupTestDB() was called. More... | |
static | wfResetOutputBuffersBarrier ( $buffer) |
Used as a marker to prevent wfResetOutputBuffers from breaking PHPUnit. More... | |
Protected Member Functions | |
getMockSessionProvider ( $canChangeUser=null, array $methods=[]) | |
Setup SessionManager with a mock session provider. More... | |
hook ( $hook, $expect) | |
Sets a mock on a hook. More... | |
initializeConfig () | |
Initialize the AuthManagerConfig variable in $this->config. More... | |
initializeManager ( $regen=false) | |
Initialize $this->manager. More... | |
message ( $key, $params=[]) | |
Ensure a value is a clean Message object. More... | |
setUp () | |
unhook ( $hook) | |
Unsets a hook. More... | |
Protected Member Functions inherited from MediaWikiTestCase | |
addTmpFiles ( $files) | |
arrayWrap (array $elements) | |
Utility method taking an array of elements and wrapping each element in its own array. More... | |
assertArrayEquals (array $expected, array $actual, $ordered=false, $named=false) | |
Assert that two arrays are equal. More... | |
assertFileContains ( $fileName, $actualData, $createIfMissing=true, $msg='') | |
Check whether file contains given data. More... | |
assertHTMLEquals ( $expected, $actual, $msg='') | |
Put each HTML element on its own line and then equals() the results. More... | |
assertSelect ( $table, $fields, $condition, array $expectedRows) | |
Asserts that the given database query yields the rows given by $expectedRows. More... | |
assertType ( $type, $actual, $message='') | |
Asserts the type of the provided value. More... | |
assertTypeOrValue ( $type, $actual, $value=false, $message='') | |
Asserts that the provided variable is of the specified internal type or equals the $value argument. More... | |
assertValidHtmlDocument ( $html) | |
Asserts that the given string is valid HTML document. More... | |
assertValidHtmlSnippet ( $html) | |
Asserts that the given string is a valid HTML snippet. More... | |
checkDbIsSupported () | |
checkPHPExtension ( $extName) | |
Check if $extName is a loaded PHP extension, will skip the test whenever it is not loaded. More... | |
getDefaultWikitextNS () | |
Returns the ID of a namespace that defaults to Wikitext. More... | |
getNewTempDirectory () | |
obtains a new temporary directory More... | |
getNewTempFile () | |
Obtains a new temporary file name. More... | |
insertPage ( $pageName, $text='Sample page for unit test.', $namespace=null) | |
Insert a new page. More... | |
isWikitextNS ( $ns) | |
Returns true if the given namespace defaults to Wikitext according to $wgNamespaceContentModels. More... | |
markTestSkippedIfNoDiff3 () | |
Check, if $wgDiff3 is set and ready to merge Will mark the calling test as skipped, if not ready. More... | |
mergeMwGlobalArrayValue ( $name, $values) | |
Merges the given values into a MW global array variable. More... | |
objectAssociativeSort (array &$array) | |
Does an associative sort that works for objects. More... | |
overrideMwServices (Config $configOverrides=null, array $services=[]) | |
Stashes the global instance of MediaWikiServices, and installs a new one, allowing test cases to override settings and services. More... | |
setLogger ( $channel, LoggerInterface $logger) | |
Sets the logger for a specified channel, for the duration of the test. More... | |
setMwGlobals ( $pairs, $value=null) | |
Sets a global, maintaining a stashed version of the previous global to be restored in tearDown. More... | |
setService ( $name, $object) | |
Sets a service, maintaining a stashed version of the previous service to be restored in tearDown. More... | |
setTemporaryHook ( $hookName, $handler) | |
Create a temporary hook handler which will be reset by tearDown. More... | |
stashMwGlobals ( $globalKeys) | |
Stashes the global, will be restored in tearDown() More... | |
tearDown () | |
Protected Attributes | |
Config | $config |
Psr Log LoggerInterface | $logger |
AuthManager | $manager |
TestingAccessWrapper | $managerPriv |
$preauthMocks = [] | |
$primaryauthMocks = [] | |
WebRequest | $request |
$secondaryauthMocks = [] | |
Protected Attributes inherited from MediaWikiTestCase | |
Database | $db |
Primary database. More... | |
array | $supportedDBs |
array | $tablesUsed = [] |
Static Private Member Functions | |
static | usernameForCreation ( $uniq='') |
Additional Inherited Members | |
Public Attributes inherited from MediaWikiTestCase | |
const | DB_PREFIX = 'unittest_' |
Table name prefixes. More... | |
const | ORA_DB_PREFIX = 'ut_' |
Static Public Attributes inherited from MediaWikiTestCase | |
static TestUser[] | $users |
Static Protected Member Functions inherited from MediaWikiTestCase | |
static | getExternalStoreDatabaseConnections () |
Gets master database connections for all of the ExternalStoreDB stores configured in $wgDefaultExternalStore. More... | |
static | isUsingExternalStoreDB () |
Check whether ExternalStoreDB is being used. More... | |
static | resetGlobalServices (Config $bootstrapConfig=null) |
Reset global services, and install testing environment. More... | |
static | setupDatabaseWithTestPrefix (IMaintainableDatabase $db, $prefix) |
Setups a database with the given prefix. More... | |
static | setupExternalStoreTestDBs ( $testPrefix) |
Clones the External Store database(s) for testing. More... | |
static | stripStringKeys (&$r) |
Utility function for eliminating all string keys from an array. More... | |
AuthManager Database MediaWiki\Auth\AuthManager.
Definition at line 17 of file AuthManagerTest.php.
|
protected |
Setup SessionManager with a mock session provider.
bool | null | $canChangeUser | If non-null, canChangeUser will be mocked to return this |
array | $methods | Additional methods to mock |
Definition at line 140 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\$manager, any, MediaWiki\Auth\AuthManagerTest\initializeConfig(), request, MediaWiki\Session\TestUtils\setSessionManagerSingleton(), and use.
Referenced by MediaWiki\Auth\AuthManagerTest\testBeginAuthentication(), MediaWiki\Auth\AuthManagerTest\testCanAuthenticateNow(), and MediaWiki\Auth\AuthManagerTest\testSecuritySensitiveOperationStatus().
|
protected |
Sets a mock on a hook.
string | $hook | |
object | $expect | From $this->once(), $this->never(), etc. |
Definition at line 47 of file AuthManagerTest.php.
References $wgHooks, and global.
Referenced by MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testBeginAccountCreation(), MediaWiki\Auth\AuthManagerTest\testBeginAuthentication(), MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation(), and MediaWiki\Auth\AuthManagerTest\testSecuritySensitiveOperationStatus().
|
protected |
Initialize the AuthManagerConfig variable in $this->config.
Uses data from the various 'mocks' fields.
Definition at line 87 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\$config, $type, as, and use.
Referenced by MediaWiki\Auth\AuthManagerTest\getMockSessionProvider(), MediaWiki\Auth\AuthManagerTest\initializeManager(), and MediaWiki\Auth\AuthManagerTest\testProviderCreation().
|
protected |
Initialize $this->manager.
bool | $regen | Force a call to $this->initializeConfig() |
Definition at line 115 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\initializeConfig(), and request.
Referenced by MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountCreationLogging(), MediaWiki\Auth\AuthManagerTest\testAccountLink(), MediaWiki\Auth\AuthManagerTest\testAllowsAuthenticationDataChange(), MediaWiki\Auth\AuthManagerTest\testAllowsPropertyChange(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAuthenticationSessionData(), MediaWiki\Auth\AuthManagerTest\testAutoAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testBeginAccountCreation(), MediaWiki\Auth\AuthManagerTest\testBeginAccountLink(), MediaWiki\Auth\AuthManagerTest\testBeginAuthentication(), MediaWiki\Auth\AuthManagerTest\testCanAuthenticateNow(), MediaWiki\Auth\AuthManagerTest\testCanCreateAccount(), MediaWiki\Auth\AuthManagerTest\testCanCreateAccounts(), MediaWiki\Auth\AuthManagerTest\testCanLinkAccounts(), MediaWiki\Auth\AuthManagerTest\testChangeAuthenticationData(), MediaWiki\Auth\AuthManagerTest\testCheckAccountCreatePermissions(), MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation(), MediaWiki\Auth\AuthManagerTest\testContinueAccountLink(), MediaWiki\Auth\AuthManagerTest\testCreateFromLogin(), MediaWiki\Auth\AuthManagerTest\testForcePrimaryAuthenticationProviders(), MediaWiki\Auth\AuthManagerTest\testGetAuthenticationRequests(), MediaWiki\Auth\AuthManagerTest\testGetAuthenticationRequestsRequired(), MediaWiki\Auth\AuthManagerTest\testNormalizeUsername(), MediaWiki\Auth\AuthManagerTest\testProviderCreation(), MediaWiki\Auth\AuthManagerTest\testRevokeAccessForUser(), MediaWiki\Auth\AuthManagerTest\testSecuritySensitiveOperationStatus(), MediaWiki\Auth\AuthManagerTest\testSetDefaultUserOptions(), MediaWiki\Auth\AuthManagerTest\testUserCanAuthenticate(), and MediaWiki\Auth\AuthManagerTest\testUserExists().
|
protected |
Ensure a value is a clean Message object.
string | Message | $key | |
array | $params |
Definition at line 71 of file AuthManagerTest.php.
References $params, and Language\factory().
Referenced by MediaWiki\Auth\AuthManagerTest\provideAccountCreation(), MediaWiki\Auth\AuthManagerTest\provideAccountLink(), MediaWiki\Auth\AuthManagerTest\provideAuthentication(), MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountLink(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation(), and MediaWiki\Auth\AuthManagerTest\testContinueAccountLink().
MediaWiki\Auth\AuthManagerTest::onSecuritySensitiveOperationStatus | ( | & | $status, |
$operation, | |||
$session, | |||
$time | |||
) |
Definition at line 395 of file AuthManagerTest.php.
MediaWiki\Auth\AuthManagerTest::provideAccountCreation | ( | ) |
Definition at line 2132 of file AuthManagerTest.php.
References $req, class, MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), MediaWiki\Auth\AuthenticationResponse\newFail(), StatusValue\newFatal(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\AuthenticationResponse\newRedirect(), and MediaWiki\Auth\AuthenticationResponse\newUI().
|
static |
Definition at line 2334 of file AuthManagerTest.php.
MediaWiki\Auth\AuthManagerTest::provideAccountLink | ( | ) |
Definition at line 3553 of file AuthManagerTest.php.
References $req, class, MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), MediaWiki\Auth\AuthenticationResponse\newFail(), StatusValue\newFatal(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\AuthenticationResponse\newRedirect(), and MediaWiki\Auth\AuthenticationResponse\newUI().
|
static |
Definition at line 1302 of file AuthManagerTest.php.
References StatusValue\newFatal(), StatusValue\newGood(), and Status\wrap().
MediaWiki\Auth\AuthManagerTest::provideAuthentication | ( | ) |
Definition at line 1088 of file AuthManagerTest.php.
References $req, MediaWiki\Auth\AuthManager\ACTION_LOGIN, class, MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), MediaWiki\Auth\AuthenticationResponse\newFail(), StatusValue\newFatal(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\AuthenticationResponse\newRedirect(), MediaWiki\Auth\AuthenticationResponse\newRestart(), MediaWiki\Auth\AuthenticationResponse\newUI(), and true.
|
static |
Definition at line 2961 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManager\ACTION_CHANGE, MediaWiki\Auth\AuthManager\ACTION_CREATE, MediaWiki\Auth\AuthManager\ACTION_CREATE_CONTINUE, MediaWiki\Auth\AuthManager\ACTION_LINK, MediaWiki\Auth\AuthManager\ACTION_LINK_CONTINUE, MediaWiki\Auth\AuthManager\ACTION_LOGIN, MediaWiki\Auth\AuthManager\ACTION_LOGIN_CONTINUE, MediaWiki\Auth\AuthManager\ACTION_REMOVE, and MediaWiki\Auth\AuthManager\ACTION_UNLINK.
|
static |
Definition at line 398 of file AuthManagerTest.php.
|
static |
Definition at line 430 of file AuthManagerTest.php.
|
static |
Definition at line 1267 of file AuthManagerTest.php.
|
protected |
Reimplemented from MediaWikiTestCase.
Definition at line 34 of file AuthManagerTest.php.
References MediaWikiTestCase\setMwGlobals(), and MediaWikiTestCase\stashMwGlobals().
MediaWiki\Auth\AuthManagerTest::testAccountCreation | ( | StatusValue | $preTest, |
$primaryTest, | |||
$secondaryTest, | |||
array | $primaryResponses, | ||
array | $secondaryResponses, | ||
array | $managerResponses | ||
) |
provideAccountCreation
StatusValue | $preTest | |
StatusValue | $primaryTest | |
StatusValue | $secondaryTest | |
array | $primaryResponses | |
array | $secondaryResponses | |
array | $managerResponses |
Definition at line 1853 of file AuthManagerTest.php.
References $req, $response, $ret, $success, $user, $username, MediaWiki\Auth\AuthManager\ACTION_CREATE, MediaWiki\Auth\AuthManager\ACTION_CREATE_CONTINUE, any, as, class, captcha-old\count, DB_MASTER, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\hook(), User\idFromName(), MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), User\newFromName(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\PASS, request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_NONE, MediaWiki\Auth\AuthManagerTest\unhook(), use, MediaWiki\Auth\AuthManagerTest\usernameForCreation(), and wfGetDB().
MediaWiki\Auth\AuthManagerTest::testAccountCreationLogging | ( | $isAnon, | |
$logSubtype | |||
) |
provideAccountCreationLogging
bool | $isAnon | |
string | null | $logSubtype |
Definition at line 2257 of file AuthManagerTest.php.
References $ret, $rows, $user, $username, any, DB_MASTER, DatabaseLogEntry\getSelectQueryData(), MediaWiki\Auth\AuthManagerTest\initializeManager(), User\newFromName(), DatabaseLogEntry\newFromRow(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\AuthenticationResponse\PASS, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, User, MediaWiki\Auth\AuthManagerTest\usernameForCreation(), and wfGetDB().
MediaWiki\Auth\AuthManagerTest::testAccountLink | ( | StatusValue | $preTest, |
array | $primaryResponses, | ||
array | $managerResponses | ||
) |
provideAccountLink
StatusValue | $preTest | |
array | $primaryResponses | |
array | $managerResponses |
Definition at line 3386 of file AuthManagerTest.php.
References $req, $response, $ret, $user, MediaWiki\Auth\AuthManager\ACTION_LINK, MediaWiki\Auth\AuthManager\ACTION_LINK_CONTINUE, any, as, class, captcha-old\count, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), User\newFromName(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\PASS, request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK, and use.
MediaWiki\Auth\AuthManagerTest::testAllowsAuthenticationDataChange | ( | $primaryReturn, | |
$secondaryReturn, | |||
$expect | |||
) |
provideAllowsAuthenticationDataChange
StatusValue | $primaryReturn | |
StatusValue | $secondaryReturn | |
Status | $expect |
Definition at line 1282 of file AuthManagerTest.php.
References $req, any, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testAllowsPropertyChange | ( | ) |
Definition at line 3132 of file AuthManagerTest.php.
References any, as, MediaWiki\Auth\AuthManagerTest\initializeManager(), and use.
MediaWiki\Auth\AuthManagerTest::testAuthentication | ( | StatusValue | $preResponse, |
array | $primaryResponses, | ||
array | $secondaryResponses, | ||
array | $managerResponses, | ||
$link = false |
|||
) |
provideAuthentication
StatusValue | $preResponse | |
array | $primaryResponses | |
array | $secondaryResponses | |
array | $managerResponses | |
bool | $link | Whether the primary authentication provider is a "link" provider |
Definition at line 856 of file AuthManagerTest.php.
References $link, $name, $req, $response, $ret, $success, $user, MediaWiki\Auth\AuthManager\ACTION_LOGIN, MediaWiki\Auth\AuthManager\ACTION_LOGIN_CONTINUE, any, as, class, captcha-old\count, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), User\newFromName(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\PASS, request, MediaWiki\Auth\AuthenticationResponse\RESTART, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK, MediaWiki\Auth\AuthManagerTest\unhook(), and use.
MediaWiki\Auth\AuthManagerTest::testAuthenticationSessionData | ( | ) |
Definition at line 3256 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testAutoAccountCreation | ( | ) |
Definition at line 2343 of file AuthManagerTest.php.
References $cache, ObjectCache\$instances, MediaWiki\Auth\AuthManagerTest\$logger, $ret, $rows, $user, $username, $wgGroupPermissions, $wgHooks, any, as, MediaWiki\Auth\AuthManager\AUTOCREATE_SOURCE_SESSION, DB_MASTER, ObjectCache\getLocalClusterInstance(), DatabaseLogEntry\getSelectQueryData(), global, MediaWikiTestCase\hideDeprecated(), MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), User\newFromName(), DatabaseLogEntry\newFromRow(), StatusValue\newGood(), request, MediaWikiTestCase\setMwGlobals(), MediaWikiTestCase\stashMwGlobals(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthManagerTest\unhook(), use, MediaWiki\Auth\AuthManagerTest\usernameForCreation(), wfGetDB(), wfMemcKey(), and wfMessage().
MediaWiki\Auth\AuthManagerTest::testAutoCreateFailOnLogin | ( | ) |
Definition at line 3219 of file AuthManagerTest.php.
References $ret, $username, any, class, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), User\newFromName(), MediaWiki\Auth\AuthenticationResponse\newPass(), request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthManagerTest\unhook(), and MediaWiki\Auth\AuthManagerTest\usernameForCreation().
MediaWiki\Auth\AuthManagerTest::testAutoCreateOnLogin | ( | ) |
Definition at line 3156 of file AuthManagerTest.php.
References $req, $ret, $user, $username, any, class, MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), User\newFromName(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\AuthenticationResponse\newUI(), MediaWiki\Auth\AuthenticationResponse\PASS, request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthenticationResponse\UI, MediaWiki\Auth\AuthManagerTest\unhook(), use, and MediaWiki\Auth\AuthManagerTest\usernameForCreation().
MediaWiki\Auth\AuthManagerTest::testBeginAccountCreation | ( | ) |
Definition at line 1552 of file AuthManagerTest.php.
References $req, $ret, any, class, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), User\newFromName(), StatusValue\newGood(), request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthManagerTest\unhook(), and MediaWiki\Auth\AuthManagerTest\usernameForCreation().
MediaWiki\Auth\AuthManagerTest::testBeginAccountLink | ( | ) |
Definition at line 3295 of file AuthManagerTest.php.
References $ret, $user, any, class, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\initializeManager(), User\newFromName(), request, and MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK.
MediaWiki\Auth\AuthManagerTest::testBeginAuthentication | ( | ) |
Definition at line 703 of file AuthManagerTest.php.
References $ret, $user, MediaWiki\Auth\AuthManagerTest\getMockSessionProvider(), MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), list, User\newFromName(), MediaWiki\Auth\AuthenticationResponse\PASS, request, MediaWiki\Auth\AuthManagerTest\unhook(), and use.
MediaWiki\Auth\AuthManagerTest::testCanAuthenticateNow | ( | ) |
Definition at line 204 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\getMockSessionProvider(), MediaWiki\Auth\AuthManagerTest\initializeManager(), and list.
MediaWiki\Auth\AuthManagerTest::testCanCreateAccount | ( | ) |
Definition at line 1487 of file AuthManagerTest.php.
References $username, any, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), StatusValue\newGood(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, and MediaWiki\Auth\AuthManagerTest\usernameForCreation().
MediaWiki\Auth\AuthManagerTest::testCanCreateAccounts | ( | ) |
Definition at line 1377 of file AuthManagerTest.php.
References $type, any, as, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK, and MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_NONE.
MediaWiki\Auth\AuthManagerTest::testCanLinkAccounts | ( | ) |
Definition at line 3277 of file AuthManagerTest.php.
References $type, any, as, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK, and MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_NONE.
MediaWiki\Auth\AuthManagerTest::testChangeAuthenticationData | ( | ) |
Definition at line 1355 of file AuthManagerTest.php.
References $req, any, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testCheckAccountCreatePermissions | ( | ) |
Definition at line 1395 of file AuthManagerTest.php.
References $user, $wgGroupPermissions, global, MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), User\newFromName(), Block\newFromTarget(), StatusValue\newGood(), MediaWikiTestCase\setMwGlobals(), TestUser\setPasswordForUser(), MediaWikiTestCase\stashMwGlobals(), and wfMessage().
MediaWiki\Auth\AuthManagerTest::testContinueAccountCreation | ( | ) |
Definition at line 1701 of file AuthManagerTest.php.
References $cache, $name, $req, $ret, $username, any, class, MediaWiki\Auth\AuthenticationResponse\FAIL, ObjectCache\getLocalClusterInstance(), MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newFail(), StatusValue\newFatal(), User\newFromName(), request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthManagerTest\unhook(), and MediaWiki\Auth\AuthManagerTest\usernameForCreation().
MediaWiki\Auth\AuthManagerTest::testContinueAccountLink | ( | ) |
Definition at line 3326 of file AuthManagerTest.php.
References $ret, $user, any, class, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newFail(), User\newFromName(), request, and MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK.
MediaWiki\Auth\AuthManagerTest::testCreateFromLogin | ( | ) |
Definition at line 766 of file AuthManagerTest.php.
References $res, $ret, $user, any, anything, class, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\initializeManager(), MediaWiki\Auth\AuthenticationResponse\newFail(), User\newFromName(), MediaWiki\Auth\AuthenticationResponse\newUI(), request, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthenticationResponse\UI, and wfMessage().
MediaWiki\Auth\AuthManagerTest::testForcePrimaryAuthenticationProviders | ( | ) |
Definition at line 626 of file AuthManagerTest.php.
References any, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), and request.
MediaWiki\Auth\AuthManagerTest::testGetAuthenticationRequests | ( | $action, | |
$expect, | |||
$state = [] |
|||
) |
provideGetAuthenticationRequests
string | $action | |
array | $expect | |
array | $state |
Definition at line 2824 of file AuthManagerTest.php.
References MediaWiki\$action, $req, $ret, $type, MediaWiki\Auth\AuthManager\ACTION_CREATE, MediaWiki\Auth\AuthManager\ACTION_CREATE_CONTINUE, MediaWiki\Auth\AuthManager\ACTION_LINK_CONTINUE, MediaWiki\Auth\AuthManager\ACTION_LOGIN, MediaWiki\Auth\AuthManager\ACTION_LOGIN_CONTINUE, MediaWiki\Auth\AuthManager\ACTION_REMOVE, MediaWiki\Auth\AuthManager\ACTION_UNLINK, any, as, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), User\newFromName(), StatusValue\newGood(), request, MediaWiki\Auth\AuthenticationRequest\REQUIRED, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_LINK, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_NONE, and use.
MediaWiki\Auth\AuthManagerTest::testGetAuthenticationRequestsRequired | ( | ) |
Definition at line 3027 of file AuthManagerTest.php.
References MediaWiki\$action, $req, $ret, MediaWiki\Auth\AuthManager\ACTION_LOGIN, any, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationRequest\OPTIONAL, MediaWiki\Auth\AuthenticationRequest\PRIMARY_REQUIRED, MediaWiki\Auth\AuthenticationRequest\REQUIRED, MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, and use.
MediaWiki\Auth\AuthManagerTest::testNormalizeUsername | ( | ) |
Definition at line 216 of file AuthManagerTest.php.
References any, as, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testProviderCreation | ( | ) |
Definition at line 459 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\$config, any, as, class, Config\get(), MediaWiki\Auth\AuthManagerTest\initializeConfig(), and MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testRevokeAccessForUser | ( | ) |
Definition at line 439 of file AuthManagerTest.php.
References any, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testSecuritySensitiveOperationStatus | ( | $mutableSession | ) |
provideSecuritySensitiveOperationStatus
bool | $mutableSession |
Definition at line 250 of file AuthManagerTest.php.
References $s, $user, any, anything, as, MediaWiki\Auth\AuthManagerTest\getMockSessionProvider(), MediaWiki\Auth\AuthManagerTest\hook(), DummySessionProvider\ID, MediaWiki\Auth\AuthManagerTest\initializeManager(), list, MediaWiki\Session\SessionInfo\MIN_PRIORITY, User\newFromName(), MediaWiki\Session\UserInfo\newFromUser(), request, MediaWiki\Auth\AuthManager\SEC_FAIL, MediaWiki\Auth\AuthManager\SEC_OK, MediaWiki\Auth\AuthManager\SEC_REAUTH, MediaWiki\Auth\AuthManagerTest\unhook(), use, User, and will.
MediaWiki\Auth\AuthManagerTest::testSetDefaultUserOptions | ( | ) |
Definition at line 588 of file AuthManagerTest.php.
References MediaWiki\$context, $user, Language\factory(), IContextSource\getLanguage(), RequestContext\getMain(), MediaWiki\Auth\AuthManagerTest\initializeManager(), User\newFromName(), and MediaWikiTestCase\setMwGlobals().
MediaWiki\Auth\AuthManagerTest::testSingleton | ( | ) |
Definition at line 185 of file AuthManagerTest.php.
References class, RequestContext\getMain(), and MediaWiki\Auth\AuthManager\singleton().
MediaWiki\Auth\AuthManagerTest::testUserCanAuthenticate | ( | $primary1Can, | |
$primary2Can, | |||
$expect | |||
) |
provideUserCanAuthenticate
bool | $primary1Can | |
bool | $primary2Can | |
bool | $expect |
Definition at line 411 of file AuthManagerTest.php.
References any, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
MediaWiki\Auth\AuthManagerTest::testUserExists | ( | $primary1Exists, | |
$primary2Exists, | |||
$expect | |||
) |
provideUserExists
bool | $primary1Exists | |
bool | $primary2Exists | |
bool | $expect |
Definition at line 1248 of file AuthManagerTest.php.
References any, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
|
protected |
Unsets a hook.
string | $hook |
Definition at line 60 of file AuthManagerTest.php.
References $wgHooks, and global.
Referenced by MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testBeginAccountCreation(), MediaWiki\Auth\AuthManagerTest\testBeginAuthentication(), MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation(), and MediaWiki\Auth\AuthManagerTest\testSecuritySensitiveOperationStatus().
|
staticprivate |
string | $uniq |
Definition at line 1479 of file AuthManagerTest.php.
References $username, and User\newFromName().
Referenced by MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountCreationLogging(), MediaWiki\Auth\AuthManagerTest\testAutoAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testBeginAccountCreation(), MediaWiki\Auth\AuthManagerTest\testCanCreateAccount(), and MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation().
|
protected |
Definition at line 21 of file AuthManagerTest.php.
Referenced by MediaWiki\Auth\AuthManagerTest\initializeConfig(), and MediaWiki\Auth\AuthManagerTest\testProviderCreation().
|
protected |
Definition at line 23 of file AuthManagerTest.php.
Referenced by MediaWiki\Auth\AuthManagerTest\testAutoAccountCreation().
|
protected |
Definition at line 30 of file AuthManagerTest.php.
Referenced by MediaWiki\Auth\AuthManagerTest\getMockSessionProvider().
|
protected |
Definition at line 32 of file AuthManagerTest.php.
|
protected |
Definition at line 25 of file AuthManagerTest.php.
|
protected |
Definition at line 26 of file AuthManagerTest.php.
|
protected |
Definition at line 19 of file AuthManagerTest.php.
|
protected |
Definition at line 27 of file AuthManagerTest.php.