mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 08:13:53 +00:00
003237ce9c
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 |
||
---|---|---|
.. | ||
SimpleCaptcha | ||
CaptchaAuthenticationRequestTest.php | ||
CaptchaPreAuthenticationProviderTest.php | ||
HTMLFancyCaptchaFieldTest.php | ||
HTMLReCaptchaNoCaptchaFieldTest.php | ||
QuestyCaptchaTest.php | ||
ReCaptchaNoCaptchaAuthenticationRequestTest.php |