lithium\test\Mocker::$_functionCallbacks

protected static property

Functions to be called instead of the original.

The key is the fully namespaced function name, and the value is the closure to be called.

Source

	protected static $_functionCallbacks = [];