MediaWiki REL1_31
ReCaptchaNoCaptchaAuthenticationRequestTest.php
Go to the documentation of this file.
1<?php
2
4
5require_once __DIR__ . '/../../ReCaptchaNoCaptcha/ReCaptchaNoCaptchaAuthenticationRequest.php';
6
11 protected function getInstance( array $args = [] ) {
13 }
14
15 public function provideLoadFromSubmission() {
16 return [
17 'no proof' => [ [], [], false ],
18 'normal' => [ [], [ 'captchaWord' => 'abc' ], [ 'captchaWord' => 'abc' ] ],
19 ];
20 }
21}
if( $line===false) $args
Definition cdb.php:64
processing should stop and the error should be shown to the user * false
Definition hooks.txt:187