wiki.techinc.nl/tests/phpunit/includes/logging
daniel fed7f0b179 Remove $actor field from UsererIdentityValue
Code that needs to store an actor ID in the database to
represent a UserIdentity, or needs to construct a UserIdentity based on
an actor ID loaded from the database, should use the ActorNormalization
service.

Note: The getActorId() method is removed from the UserIdentity interface,
but all concrete classes continue to support it for now.
UsererIdentityValue::getActorId() is hard deprecated and should
be removed in 1.37. It always returns 0.
User::getActorId() is not deprecated at this point.

Bug: T274179
Depends-On: Id2b3ddf6a2a7cdf90f8936a69148d2cce6fde237
Change-Id: I9925906d11e47efaec3c1f48d5cb3f9896a982c1
2021-04-13 18:18:06 +00:00
..
BlockLogFormatterTest.php
ContentModelLogFormatterTest.php
DatabaseLogEntryTest.php Improve some function documentation in tests 2021-01-14 22:13:55 +01:00
DeleteLogFormatterTest.php
ImportLogFormatterTest.php Deprecate InterwikiLoadPrefix hook 2020-12-21 19:28:48 +00:00
LogFormatterTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
LogFormatterTestCase.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
LogTests.i18n.php
MergeLogFormatterTest.php
MoveLogFormatterTest.php
NewUsersLogFormatterTest.php
PageLangLogFormatterTest.php
PatrolLogFormatterTest.php
ProtectLogFormatterTest.php
RightsLogFormatterTest.php
UploadLogFormatterTest.php