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

travel ( $value ) : Wormhole

Begin travelling to another time.

Parameters

  • $value int
public

travelTo ( $date , $callback ) : mixed

Travel to another time.

Parameters

public

travelBack ( ) : DateTimeInterface

Travel back to the current time.