wiki.techinc.nl/tests/phpunit/integration/includes/user
Petr Pchelko 0f170d0bb8 ActorStore: clean cache if transaction aborted.
In case acquireActorId was called as a part of a larger
transaction and it gets rolled back, we need to clean in-process
caches in case something else would try to acquire actor ID
for the same actor again within the same request.

Bug: T277795
Change-Id: I912ebb380a1beead3043ac4c5653df947d613b99
2021-03-22 14:59:27 -06:00
..
ActorStoreTest.php ActorStore: clean cache if transaction aborted. 2021-03-22 14:59:27 -06:00
ActorStoreTestBase.php Avoid using UserIdentity::getUserId 2021-03-02 16:12:55 -07:00
UserFactoryTest.php Deprecate UserIdentity::getActorId() 2021-03-13 19:45:57 +01:00
UserSelectQueryBuilderTest.php ActorStore: introduce findActorIdByName 2021-03-01 22:12:05 +01:00
WatchlistNotificationManagerTest.php