wiki.techinc.nl/tests/phpunit/includes/user
Aryeh Gregor 1496fd4b4e Improve ApiLogin test coverage
Coverage is 100% except for one session-related bit that seems a bit
involved to test right now.  It looks like it will be easier once
SessionManager becomes a service.

I removed the third parameter from the return value of
canonicalizeLoginData, since af37a4c7 made it always return true.

I also removed three lines of dead code from ApiLogin.php.

Change-Id: Ia0073eddd27c82827518e0031e3c313f83cfd7cc
2018-10-10 11:11:43 +03:00
..
BotPasswordTest.php Improve ApiLogin test coverage 2018-10-10 11:11:43 +03:00
CentralIdLookupTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ExternalUserNamesTest.php Add ExternalUserNames::getLocal() to get local part of username 2018-03-09 20:53:54 +01:00
LocalIdLookupTest.php Whenever possible, reuse User objects in unit tests 2016-05-26 20:42:31 +00:00
PasswordResetTest.php Convert PasswordReset to using MapCacheLRU 2018-07-14 01:31:54 +00:00
UserArrayFromResultTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
UserGroupMembershipTest.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
UserTest.php Fix common typos in code 2018-09-02 09:03:07 +00:00