wiki.techinc.nl/tests/phpunit/includes/user
DannyS712 abb55334ac Simplify and cleanup TalkPageNotificationManagerTest
Instead of depending on full User objects, accept
UserIdentity(Value), we only needed User::getTalkPage
but that is trivial to recreate with UserIdentity.
By switching to UserIdentityValue objects, we can specify
the user id easily and not need to load from the database.
Also, give the anonymous user an ip address for the name.

Use a data provider for doTestUserHasNewMessages

Change-Id: I4d1d0226aeee154db42a31b56873e428cd46b64f
2021-05-12 21:15:26 +00:00
..
BotPasswordTest.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
CentralIdLookupTest.php Merge "Replace PHPUnit ->returnValue() with ->willReturn() shortcut" 2021-04-22 15:47:14 +00:00
DefaultOptionsLookupTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
ExternalUserNamesTest.php Add DummyServicesTrait::getDummyInterwikiLookup 2021-05-05 10:57:59 -07:00
LocalIdLookupTest.php Deprecate DatabaseBlock methods moved to DatabaseBlockStore 2020-09-13 22:17:27 +00:00
PasswordResetTest.php Remove meaningless ->expects( $this->any() ) from all tests 2021-04-23 11:58:58 +02:00
TalkPageNotificationManagerTest.php Simplify and cleanup TalkPageNotificationManagerTest 2021-05-12 21:15:26 +00:00
UserGroupManagerTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
UserGroupMembershipTest.php Remove broken/outdated @param/@throws tags from @dataProviders 2021-01-21 03:42:42 +00:00
UserNameUtilsTest.php Add MediaWikiTitleCodec and NamespaceInfo to DummyServicesTrait 2021-05-04 19:10:23 +00:00
UserOptionsLookupTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
UserOptionsManagerTest.php Split TimeCorrection parser into separate class 2021-05-07 10:43:09 -07:00
UserTest.php User: Hard-deprecate the confusingly-named isLoggedIn() method 2021-05-10 07:30:23 -07:00