mediawiki-extensions-Confir.../tests/phpunit
Aryeh Gregor 4228dbd2b7 Do not reset extension registry in tests
This breaks later tests, e.g.:

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/450433
https://gerrit.wikimedia.org/r/c/mediawiki/core/+/465423

The only reason this didn't cause test failures until now is because the
namespace data was getting (incorrectly) cached in between tests.  As
soon as we start resetting namespaces for each test, namespaces set by
the extension registry get wiped out by these tests.

Change-Id: Icb7a4a2a5d19fb1f2453b4b57a5271196b0e316d
2019-04-09 20:29:49 +03:00
..
SimpleCaptcha Do not reset extension registry in tests 2019-04-09 20:29:49 +03:00
CaptchaAuthenticationRequestTest.php Use ::class for class name resolution 2019-03-02 19:39:36 +01:00
CaptchaPreAuthenticationProviderTest.php Use ::class for class name resolution 2019-03-02 19:39:36 +01: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