trait
Illuminate
/
Foundation
/
Testing
/
Concerns
/
InteractsWithTime
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
InteractsWithTime
Methods
public
freezeTime ( $callback ) : mixed
Freeze time.
Parameters
- $callback callable|null
public
freezeSecond ( $callback ) : mixed
Freeze time at the beginning of the current second.
Parameters
- $callback callable|null
public
travelTo ( $date , $callback ) : mixed
Travel to another time.
Parameters
- $date DateTimeInterface |Closure |Carbon |string|bool|null
- $callback callable|null