|
MediaWiki
master
|
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 | assertNotTag ($matcher, $actual, $message= '', $isHtml=true) |
| static | assertTag ($matcher, $actual, $message= '', $isHtml=true) |
| Note: we are overriding this method to remove the deprecated error. More... | |
| 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 ($db) |
| static | prepareServices (Config $bootstrapConfig) |
| Prepare service configuration for unit testing. More... | |
| static | setUpBeforeClass () |
| static | setupTestDB (DatabaseBase $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... | |
| 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.') | |
| 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) | |
| setService ($name, $object) | |
| Sets a service, maintaining a stashed version of the previous service to be restored in tearDown. More... | |
| setUp () | |
| 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 | |
| DatabaseBase | $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 (DatabaseBase $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 15 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 141 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\$manager, MediaWiki\Auth\AuthManagerTest\initializeConfig(), TestingAccessWrapper\newFromObject(), 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 50 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 88 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 116 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\initializeConfig(), TestingAccessWrapper\newFromObject(), 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 72 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 404 of file AuthManagerTest.php.
| MediaWiki\Auth\AuthManagerTest::provideAccountCreation | ( | ) |
Definition at line 2141 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 2343 of file AuthManagerTest.php.
| MediaWiki\Auth\AuthManagerTest::provideAccountLink | ( | ) |
Definition at line 3557 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 1314 of file AuthManagerTest.php.
References StatusValue\newFatal(), Status\newFatal(), StatusValue\newGood(), Status\newGood(), and Status\wrap().
| MediaWiki\Auth\AuthManagerTest::provideAuthentication | ( | ) |
Definition at line 1098 of file AuthManagerTest.php.
References $name, $req, $user, MediaWiki\Auth\AuthManager\ACTION_LOGIN, class, MediaWiki\Auth\AuthManagerTest\message(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), MediaWiki\Auth\AuthenticationResponse\newFail(), StatusValue\newFatal(), User\newFromName(), StatusValue\newGood(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\AuthenticationResponse\newRedirect(), MediaWiki\Auth\AuthenticationResponse\newRestart(), MediaWiki\Auth\AuthenticationResponse\newUI(), and true.
|
static |
Definition at line 2964 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 407 of file AuthManagerTest.php.
|
static |
Definition at line 439 of file AuthManagerTest.php.
|
static |
Definition at line 1279 of file AuthManagerTest.php.
|
protected |
Definition at line 32 of file AuthManagerTest.php.
References $wgDisableAuthManager, global, 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 1862 of file AuthManagerTest.php.
References $req, $response, $ret, $success, $user, $username, MediaWiki\Auth\AuthManager\ACTION_CREATE, MediaWiki\Auth\AuthManager\ACTION_CREATE_CONTINUE, as, class, 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, and wfGetDB().
| MediaWiki\Auth\AuthManagerTest::testAccountCreationLogging | ( | $isAnon, | |
| $logSubtype | |||
| ) |
provideAccountCreationLogging
| bool | $isAnon | |
| string | null | $logSubtype |
Definition at line 2266 of file AuthManagerTest.php.
References $ret, $user, $username, 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, and wfGetDB().
| MediaWiki\Auth\AuthManagerTest::testAccountLink | ( | StatusValue | $preTest, |
| array | $primaryResponses, | ||
| array | $managerResponses | ||
| ) |
provideAccountLink
| StatusValue | $preTest | |
| array | $primaryResponses | |
| array | $managerResponses |
Definition at line 3390 of file AuthManagerTest.php.
References $req, $response, $ret, $user, MediaWiki\Auth\AuthManager\ACTION_LINK, MediaWiki\Auth\AuthManager\ACTION_LINK_CONTINUE, as, class, 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 1294 of file AuthManagerTest.php.
References $req, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testAllowsPropertyChange | ( | ) |
Definition at line 3135 of file AuthManagerTest.php.
References 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 866 of file AuthManagerTest.php.
References $link, $name, $req, $response, $ret, $success, $user, MediaWiki\Auth\AuthManager\ACTION_LOGIN, MediaWiki\Auth\AuthManager\ACTION_LOGIN_CONTINUE, as, class, 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 3259 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testAutoAccountCreation | ( | ) |
Definition at line 2352 of file AuthManagerTest.php.
References $cache, ObjectCache\$instances, MediaWiki\Auth\AuthManagerTest\$logger, $ret, $status, $user, $username, $wgGroupPermissions, $wgHooks, 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(), Status\newFatal(), User\newFromName(), DatabaseLogEntry\newFromRow(), StatusValue\newGood(), Status\newGood(), request, MediaWikiTestCase\setMwGlobals(), MediaWikiTestCase\stashMwGlobals(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, MediaWiki\Auth\AuthManagerTest\unhook(), use, wfGetDB(), and wfMemcKey().
| MediaWiki\Auth\AuthManagerTest::testAutoCreateFailOnLogin | ( | ) |
Definition at line 3222 of file AuthManagerTest.php.
References $ret, $username, 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, and MediaWiki\Auth\AuthManagerTest\unhook().
| MediaWiki\Auth\AuthManagerTest::testAutoCreateOnLogin | ( | ) |
Definition at line 3159 of file AuthManagerTest.php.
References $req, $ret, $user, $username, 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(), and use.
| MediaWiki\Auth\AuthManagerTest::testBeginAccountCreation | ( | ) |
Definition at line 1563 of file AuthManagerTest.php.
References $req, $ret, class, MediaWiki\Auth\AuthenticationResponse\FAIL, MediaWiki\Auth\AuthManagerTest\hook(), MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), User\newFromName(), StatusValue\newGood(), request, MediaWikiTestCase\setMwGlobals(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, and MediaWiki\Auth\AuthManagerTest\unhook().
| MediaWiki\Auth\AuthManagerTest::testBeginAccountLink | ( | ) |
Definition at line 3299 of file AuthManagerTest.php.
References $ret, $user, 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 713 of file AuthManagerTest.php.
References $ret, $user, ScopedCallback\consume(), 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 213 of file AuthManagerTest.php.
References ScopedCallback\consume(), MediaWiki\Auth\AuthManagerTest\getMockSessionProvider(), MediaWiki\Auth\AuthManagerTest\initializeManager(), and list.
| MediaWiki\Auth\AuthManagerTest::testCanCreateAccount | ( | ) |
Definition at line 1498 of file AuthManagerTest.php.
References $username, class, MediaWiki\Auth\AuthManagerTest\initializeManager(), StatusValue\newFatal(), Status\newFatal(), StatusValue\newGood(), Status\newGood(), and MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE.
| MediaWiki\Auth\AuthManagerTest::testCanCreateAccounts | ( | ) |
Definition at line 1389 of file AuthManagerTest.php.
References $type, 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 3281 of file AuthManagerTest.php.
References $type, 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 1367 of file AuthManagerTest.php.
References $req, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testCheckAccountCreatePermissions | ( | ) |
Definition at line 1407 of file AuthManagerTest.php.
References $status, $user, $wgGroupPermissions, ScopedCallback\consume(), global, MediaWiki\Auth\AuthManagerTest\initializeManager(), Status\newFatal(), User\newFromName(), Block\newFromTarget(), Status\newGood(), MediaWikiTestCase\setMwGlobals(), TestUser\setPasswordForUser(), and MediaWikiTestCase\stashMwGlobals().
| MediaWiki\Auth\AuthManagerTest::testContinueAccountCreation | ( | ) |
Definition at line 1711 of file AuthManagerTest.php.
References $cache, $name, $req, $ret, $username, 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, MediaWikiTestCase\setMwGlobals(), MediaWiki\Auth\PrimaryAuthenticationProvider\TYPE_CREATE, and MediaWiki\Auth\AuthManagerTest\unhook().
| MediaWiki\Auth\AuthManagerTest::testContinueAccountLink | ( | ) |
Definition at line 3330 of file AuthManagerTest.php.
References $ret, $user, 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 776 of file AuthManagerTest.php.
References $res, $ret, $user, 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 635 of file AuthManagerTest.php.
References class, MediaWiki\Auth\AuthManagerTest\initializeManager(), and request.
| MediaWiki\Auth\AuthManagerTest::testGetAuthenticationRequests | ( | $action, | |
| $expect, | |||
$state = [] |
|||
| ) |
provideGetAuthenticationRequests
| string | $action | |
| array | $expect | |
| array | $state |
Definition at line 2827 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, 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 3030 of file AuthManagerTest.php.
References MediaWiki\$action, $req, $ret, MediaWiki\Auth\AuthManager\ACTION_LOGIN, 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 225 of file AuthManagerTest.php.
References as, class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testProviderCreation | ( | ) |
Definition at line 468 of file AuthManagerTest.php.
References MediaWiki\Auth\AuthManagerTest\$config, as, class, Config\get(), MediaWiki\Auth\AuthManagerTest\initializeConfig(), and MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testRevokeAccessForUser | ( | ) |
Definition at line 448 of file AuthManagerTest.php.
References class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testSecuritySensitiveOperationStatus | ( | $mutableSession | ) |
provideSecuritySensitiveOperationStatus
| bool | $mutableSession |
Definition at line 259 of file AuthManagerTest.php.
References $s, $user, anything, as, ScopedCallback\consume(), 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 597 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 186 of file AuthManagerTest.php.
References class, RequestContext\getMain(), TestingAccessWrapper\newFromObject(), MediaWikiTestCase\setMwGlobals(), and MediaWiki\Auth\AuthManager\singleton().
| MediaWiki\Auth\AuthManagerTest::testUserCanAuthenticate | ( | $primary1Can, | |
| $primary2Can, | |||
| $expect | |||
| ) |
provideUserCanAuthenticate
| bool | $primary1Can | |
| bool | $primary2Can | |
| bool | $expect |
Definition at line 420 of file AuthManagerTest.php.
References class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
| MediaWiki\Auth\AuthManagerTest::testUserExists | ( | $primary1Exists, | |
| $primary2Exists, | |||
| $expect | |||
| ) |
provideUserExists
| bool | $primary1Exists | |
| bool | $primary2Exists | |
| bool | $expect |
Definition at line 1260 of file AuthManagerTest.php.
References class, and MediaWiki\Auth\AuthManagerTest\initializeManager().
|
protected |
Unsets a hook.
| string | $hook |
Definition at line 61 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 1490 of file AuthManagerTest.php.
References $username, and User\newFromName().
|
protected |
Definition at line 19 of file AuthManagerTest.php.
Referenced by MediaWiki\Auth\AuthManagerTest\initializeConfig(), and MediaWiki\Auth\AuthManagerTest\testProviderCreation().
|
protected |
Definition at line 21 of file AuthManagerTest.php.
Referenced by MediaWiki\Auth\AuthManagerTest\testAutoAccountCreation().
|
protected |
Definition at line 28 of file AuthManagerTest.php.
Referenced by MediaWiki\Auth\AuthManagerTest\getMockSessionProvider().
|
protected |
Definition at line 30 of file AuthManagerTest.php.
|
protected |
Definition at line 23 of file AuthManagerTest.php.
|
protected |
Definition at line 24 of file AuthManagerTest.php.
|
protected |
Definition at line 17 of file AuthManagerTest.php.
|
protected |
Definition at line 25 of file AuthManagerTest.php.