MediaWiki
REL1_32
UsernameAuthenticationRequestTest.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Auth
;
4
9
class
UsernameAuthenticationRequestTest
extends
AuthenticationRequestTestCase
{
10
11
protected
function
getInstance
(
array
$args
= [] ) {
12
return
new
UsernameAuthenticationRequest
();
13
}
14
15
public
function
provideLoadFromSubmission
() {
16
return
[
17
'Empty request'
=> [
18
[],
19
[],
20
false
21
],
22
'Username'
=> [
23
[],
24
$data = [
'username'
=>
'User'
],
25
$data,
26
],
27
'Username empty'
=> [
28
[],
29
[
'username'
=>
''
],
30
false
31
],
32
];
33
}
34
}
$args
if( $line===false) $args
Definition
cdb.php:64
MediaWiki\Auth\AuthenticationRequestTestCase
AuthManager.
Definition
AuthenticationRequestTestCase.php:8
MediaWiki\Auth\UsernameAuthenticationRequestTest
AuthManager MediaWiki\Auth\UsernameAuthenticationRequest.
Definition
UsernameAuthenticationRequestTest.php:9
MediaWiki\Auth\UsernameAuthenticationRequestTest\provideLoadFromSubmission
provideLoadFromSubmission()
Definition
UsernameAuthenticationRequestTest.php:15
MediaWiki\Auth\UsernameAuthenticationRequestTest\getInstance
getInstance(array $args=[])
Definition
UsernameAuthenticationRequestTest.php:11
MediaWiki\Auth\UsernameAuthenticationRequest
AuthenticationRequest to ensure something with a username is present.
Definition
UsernameAuthenticationRequest.php:29
false
processing should stop and the error should be shown to the user * false
Definition
hooks.txt:187
array
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))
MediaWiki\Auth
Definition
AbstractAuthenticationProvider.php:22
tests
phpunit
includes
auth
UsernameAuthenticationRequestTest.php
Generated on Mon Nov 25 2024 15:58:35 for MediaWiki by
1.10.0