MediaWiki REL1_33
CreationReasonAuthenticationRequestTest.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Auth;
4
10
11 protected function getInstance( array $args = [] ) {
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}
if( $line===false) $args
Definition cdb.php:64
AuthManager \MediaWiki\Auth\CreationReasonAuthenticationRequest.
Authentication request for the reason given for account creation.
processing should stop and the error should be shown to the user * false
Definition hooks.txt:187
$data
Utility to generate mapping file used in mw.Title (phpCharToUpper.json)
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))