MediaWiki REL1_31
UsernameAuthenticationRequestTest.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 'Username' => [
23 [],
24 $data = [ 'username' => 'User' ],
25 $data,
26 ],
27 'Username empty' => [
28 [],
29 [ 'username' => '' ],
30 false
31 ],
32 ];
33 }
34}
if( $line===false) $args
Definition cdb.php:64
AuthManager MediaWiki\Auth\UsernameAuthenticationRequest.
AuthenticationRequest to ensure something with a username is present.
processing should stop and the error should be shown to the user * false
Definition hooks.txt:187