mediawiki-extensions-Confir.../tests/phpunit
Eddie Greiner-Petter 2848a699db Move "can user skip captchas" check to own function
As a direct effect
- sending emails and creating accounts now respects $wgAllowConfirmedEmail
- log messages get a bit less verbose for mail sending and creating
  accounts (but should be clear from the context what action was
  performed)
- less code duplication \o/

Indirectly, this should make solving the attached bug easy(tm), because it
just needs to add a hook to the canSkipCaptcha function.

Bug: T176589
Change-Id: Id27b0eadbab7300b9e6969d406fa6f00ef0888bf
2018-05-19 13:27:04 +00: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 build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-15 09:34:50 +00:00
HTMLReCaptchaFieldTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-15 09:34:50 +00:00
HTMLReCaptchaNoCaptchaFieldTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-15 09:34:50 +00:00
HTMLSubmittedValueFieldTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-15 09:34:50 +00:00
QuestyCaptchaTest.php Add @covers tags 2018-01-23 15:59:08 -08:00
ReCaptchaAuthenticationRequestTest.php Add @covers tags 2018-01-23 15:59:08 -08:00
ReCaptchaNoCaptchaAuthenticationRequestTest.php Add @covers tags 2018-01-23 15:59:08 -08:00