MediaWiki
REL1_31
CreationReasonAuthenticationRequestTest.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Auth
;
4
9
class
CreationReasonAuthenticationRequestTest
extends
AuthenticationRequestTestCase
{
10
11
protected
function
getInstance
( array
$args
= [] ) {
12
return
new
CreationReasonAuthenticationRequest
();
13
}
14
15
public
function
provideLoadFromSubmission
() {
16
return
[
17
'Empty request'
=> [
18
[],
19
[],
20
false
21
],
22
'Reason given'
=> [
23
[],
24
$data = [
'reason'
=>
'Because'
],
25
$data,
26
],
27
'Reason empty'
=> [
28
[],
29
[
'reason'
=>
''
],
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\CreationReasonAuthenticationRequestTest
AuthManager MediaWiki\Auth\CreationReasonAuthenticationRequest.
Definition
CreationReasonAuthenticationRequestTest.php:9
MediaWiki\Auth\CreationReasonAuthenticationRequestTest\provideLoadFromSubmission
provideLoadFromSubmission()
Definition
CreationReasonAuthenticationRequestTest.php:15
MediaWiki\Auth\CreationReasonAuthenticationRequestTest\getInstance
getInstance(array $args=[])
Definition
CreationReasonAuthenticationRequestTest.php:11
MediaWiki\Auth\CreationReasonAuthenticationRequest
Authentication request for the reason given for account creation.
Definition
CreationReasonAuthenticationRequest.php:9
false
processing should stop and the error should be shown to the user * false
Definition
hooks.txt:187
MediaWiki\Auth
Definition
AbstractAuthenticationProvider.php:22
tests
phpunit
includes
auth
CreationReasonAuthenticationRequestTest.php
Generated on Mon Nov 25 2024 15:36:17 for MediaWiki by
1.10.0