clock
clock copied to clipboard
Yet another clock abstraction
Hi, I am using `lcobucci/clock:3.0.0` with PHP 8.1. Now I'm trying to upgrade to PHP 8.3 and I'm getting the problem ``` composer why-not php ^8.3 Package "php" could not...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/lcobucci/clock). This repository currently has no open or...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^10.2.3` -> `^11.0.0` |...
Minor helper that simplifies FrozenClock usage during test setup, allowing to modify the clock based on a given [modifier](https://www.php.net/manual/en/datetime.formats.php). Benefit: ```php // instead of $this->clock->setTo($this->clock->now()->modify('+60 seconds')) // we can do...