wiki.techinc.nl/tests/phpunit/unit/includes/Rest/Handler
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
..
ActionModuleBasedHandlerTestTrait.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
ContributionsCountHandlerTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00
HandlerTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
HandlerTestTrait.php phpunit: Don't redefine methods in traits 2021-03-23 12:59:34 +00:00
HelloHandler.php Remove sample REST API handler 2020-03-18 13:47:24 -04:00
MediaTestTrait.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
SearchHandlerTest.php Tests: Mark more more closures as static 2021-02-09 02:55:57 +00:00
UserContributionsHandlerTest.php Remove $actor field from UsererIdentityValue 2021-04-13 18:18:06 +00:00