Skip to content

Using wikimedia/timestamp and ConvertibleTimestamp::setFakeTime() in the MP PHP client library

Santiago Faci requested to merge T353243 into main

Using wikimedia/timestamp and ConvertibleTimestamp::setFakeTime() in the MP PHP client library.

  • gmdate() uses have been removed (from MetricsClient.php and TestHelperTrait.php)
  • ConvertibleTimestamp::setFakeTime() is now being used to establish the time when assertions are comparing dates (MetricsClientTest.php)

Bug: T353243

Merge request reports