mediawiki-extensions-Confir.../tests/phpunit
Aryeh Gregor 422dccc7b0 Do not attempt to mock 'object'
This doesn't work in PHP 7.2, because 'object' is no longer a valid
class name.  stdClass works fine.

Change-Id: I47375fdf2f36ff62985b2e8c90fa0e5230273984
2018-10-09 15:10:33 +03:00
..
SimpleCaptcha Move "can user skip captchas" check to own function 2018-05-19 13:27:04 +00:00
CaptchaAuthenticationRequestTest.php Add @covers tags 2018-01-23 15:59:08 -08:00
CaptchaPreAuthenticationProviderTest.php Add @covers tags 2018-01-23 15:59:08 -08:00
HTMLFancyCaptchaFieldTest.php Do not attempt to mock 'object' 2018-10-09 15:10:33 +03:00
HTMLReCaptchaFieldTest.php Do not attempt to mock 'object' 2018-10-09 15:10:33 +03:00
HTMLReCaptchaNoCaptchaFieldTest.php Do not attempt to mock 'object' 2018-10-09 15:10:33 +03:00
HTMLSubmittedValueFieldTest.php Do not attempt to mock 'object' 2018-10-09 15:10:33 +03:00
QuestyCaptchaTest.php Clean up some phpcs problems 2018-07-12 23:13:58 +00:00
ReCaptchaAuthenticationRequestTest.php Clean up some phpcs problems 2018-07-12 23:13:58 +00:00
ReCaptchaNoCaptchaAuthenticationRequestTest.php Clean up some phpcs problems 2018-07-12 23:13:58 +00:00