Namespace phpmock\functions
Classes summary AbstractSleepFunction
Abstract class for sleep() and usleep() functions.
FixedDateFunction
Mock function for date() which returns always the same time.
FixedMicrotimeFunction
Mock function for microtime which returns always the same time.
FixedValueFunction
Mock function which returns always the same value.
SleepFunction
Mock function for sleep().
UsleepFunction
Mock function for usleep().
Interfaces summary
FunctionProvider
Provides a callable for a mock function.
Incrementable
Incrementable allows incrementing a value.