wiki.techinc.nl/tests/phpunit/includes/user
Thalia c38f247149 Add test for User::isBlockedFrom
In the complicated decision tree for checking if a blocked
user is blocked from their talk page, one situation was not
being tested: there's a partial block to the user talk
namespace, the block is flagged as allowing a user to edit
their talk page, BUT $wgBlockAllowsUTEdit is false. In this
circumstance, the user should be blocked from editing their
talk page, as outlined in T210475.

Also, fix whitespace and make messages clearer, since this
is now quite complicated.

Change-Id: I234f3019d55a6da0da091a2eaae6c791be01b436
2019-02-05 18:13:32 +00: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 Fix global variable name typo in LocalIdLookupTest.php 2018-11-27 19:47:29 +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 Add test for User::isBlockedFrom 2019-02-05 18:13:32 +00:00