wiki.techinc.nl/tests/phpunit/unit/includes/user
DannyS712 1ccf066380 Add a new UserEditTracker service for user edit counts and timing
Moved to the new service are the following User:: methods:
* ::getEditCount
* ::getFirstEditTimestamp
* ::getLatestEditTimestamp
* ::getEditTimestamp
* ::initEditCountInternal

A subsequent patch will replace existing uses in core and deprecate the
User methods.

The new service has 100% test coverage with pure Unit tests.

Bug: T253431
Change-Id: If96f9d41026aa358c0fe269a3e078af5f6f058f2
2020-06-02 03:00:05 +00:00
..
UserArrayFromResultTest.php
UserEditTrackerTest.php Add a new UserEditTracker service for user edit counts and timing 2020-06-02 03:00:05 +00:00