trait Illuminate / Foundation / Testing / Concerns / InteractsWithTime

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.