Testable
Base class that provides time overrides, but only if being run in test mode.
Modifiers
constructor(address _timerAddress)
internal
Constructs the Testable contract. Called by child contracts.
Parameters:
-
_timerAddress
: Contract that stores the current time in a testing environment. Must be set to 0x0 for production environments that use live time.