mediawiki-extensions-Confir.../tests/phpunit
Brad Jorsch 003237ce9c Fix test hooking of 'PingLimiter'
The code was setting $wgHooks['PingLimiter'] to a Closure rather than
an array of callables, which resulted in the hook never actually being
called.

Interesting that that didn't make any of the tests fail. Anyway, let's
switch to using the setTemporaryHook() method now provided by MW's base
test class.

Change-Id: I6ac22b3c43735dcab4920de827bf06e25f9adc04
2020-04-02 15:22:22 -04:00
..
SimpleCaptcha Remove PPHUnit 4 bc stuff 2019-10-13 11:34:12 +02:00
CaptchaAuthenticationRequestTest.php build: Upgrade mediawiki-codesniffer to v28.0.0 2019-10-09 15:45:51 -07:00
CaptchaPreAuthenticationProviderTest.php Fix test hooking of 'PingLimiter' 2020-04-02 15:22:22 -04:00
HTMLFancyCaptchaFieldTest.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
QuestyCaptchaTest.php build: Upgrade mediawiki-codesniffer to v28.0.0 2019-10-09 15:45:51 -07:00
ReCaptchaNoCaptchaAuthenticationRequestTest.php Clean up some phpcs problems 2018-07-12 23:13:58 +00:00