Fr3nch13/CakePHP Utilities

TestingAidTrait

Provides methods for setting a 'test' now. This lets you retrieve pre-determined times with now().

Table of Contents

Methods

getTestNow()  : ChronosInterface|null
Get the test instance stored in Chronos
hasTestNow()  : bool
Get whether or not Chronos has a test instance set.
setTestNow()  : void
Set the test now used by Date and Time classes provided by Chronos

Methods

hasTestNow()

Get whether or not Chronos has a test instance set.

public static hasTestNow() : bool
Tags
see
Chronos::hasTestNow()
Return values
bool

True if there is a test instance, otherwise false


        
On this page

Search results