wiki.techinc.nl/tests/phpunit/includes/session
Lucas Werkmeister d3875c95ba Support REST API in BotPasswordSessionProvider
I assume it’s merely an oversight that the REST API wasn’t added here
before, and that there’s no particular reason why it shouldn’t be
possible to use bot passwords with the REST API.

In the test, apart from checking an additional constant, also add a TODO
that the test shouldn’t define the constant at all, since this is a
side-effect of the test that affects every other test which happens to
run later in the same PHP process, and which cannot be undone.

Bug: T284020
Change-Id: I710279a841428d8be177b4b90a6893d4f4f94875
2022-07-22 17:15:41 +02:00
..
BotPasswordSessionProviderTest.php Support REST API in BotPasswordSessionProvider 2022-07-22 17:15:41 +02:00
CookieSessionProviderTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
CsrfTokenSetTest.php
ImmutableSessionProviderWithCookieTest.php
PHPSessionHandlerTest.php tests: Change use of AtEase to at operator 2022-02-24 21:29:51 +00:00
SessionBackendTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
SessionInfoTest.php
SessionManagerTest.php PHPUnit: introduce setMainCache 2022-07-07 16:25:59 +10:00
SessionProviderTest.php
SessionTest.php tests: Change use of AtEase to at operator 2022-02-24 21:29:51 +00:00
TestBagOStuff.php Get the MainConfig from MediaWikiServices instead of RequestContext 2022-05-24 21:54:21 +00:00
TestUtils.php
UserInfoTest.php