On this page
InteractsWithTime
trait InteractsWithTime (View source)
Methods
mixed | freezeTime(callable|null $callback = null) Freeze time. |
|
mixed | freezeSecond(callable|null $callback = null) Freeze time at the beginning of the current second. |
|
Wormhole | travel(int $value) Begin travelling to another time. |
|
mixed | travelTo(DateTimeInterface|Closure|Carbon|string|bool|null $date, callable|null $callback = null) Travel to another time. |
|
DateTimeInterface | travelBack() Travel back to the current time. |
Details
mixed freezeTime(callable|null $callback = null)
Freeze time.
mixed freezeSecond(callable|null $callback = null)
Freeze time at the beginning of the current second.
Wormhole travel(int $value)
Begin travelling to another time.
mixed travelTo(DateTimeInterface|Closure|Carbon|string|bool|null $date, callable|null $callback = null)
Travel to another time.
DateTimeInterface travelBack()
Travel back to the current time.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Foundation/Testing/Concerns/InteractsWithTime.html