trait Illuminate / Foundation / Testing / Concerns / InteractsWithTime
You are viewing an older version of the documentation. For the latest, please visit master documentation.

InteractsWithTime

Methods

public

travel ( $value ) : Wormhole

Begin travelling to another time.

Parameters

  • $value int
public

travelTo ( DateTimeInterface $date , $callback ) : mixed

Travel to another time.

Parameters

public

travelBack ( ) : DateTimeInterface

Travel back to the current time.