Class SleepFunction
Mock function for sleep().
This function doesn't sleep. It returns immediatly. All registered Incrementable objects (time() or microtime() mocks) get increased by the passed seconds.
- phpmock\functions\AbstractSleepFunction implements phpmock\functions\FunctionProvider
- phpmock\functions\SleepFunction
Namespace: phpmock\functions
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at functions/SleepFunction.php
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at functions/SleepFunction.php
__construct(),
addIncrementable(),
getCallable()
|