FakeClock
final class FakeClock implements ClockInterface (View source)
Clock implementation for tests This is a mutable class in order to allow to adjust the behaviour during runtime for testing purposes
Methods
static void
now()
No description
Details
static void
setNow(DateTimeImmutable $now)
No description
DateTimeImmutable
now()
No description