Property | Type | Description | |
---|---|---|---|
$autoBind | |||
$autoBindForNewMock | |||
$controlNextNewMock | |||
$iterator | |||
$linker | |||
$mockClass | |||
$mockMethods |
Method | Description | |
---|---|---|
__construct ( ) | ||
__get ( $method ) | ||
__isset ( $method ) | ||
__set ( $method, $mixed ) | ||
__unset ( $method ) | ||
autoBindIsEnabled ( ) | ||
control ( mageekguy\atoum\mock\aggregator $mock ) | ||
controlNextNewMock ( ) | ||
disableAutoBind ( ) | ||
disableAutoBindForNewMock ( ) | ||
disableMethodChecking ( ) | ||
enableAutoBind ( ) | ||
enableAutoBindForNewMock ( ) | ||
get ( $unset = true ) | ||
getCalls ( |
||
getForMock ( mageekguy\atoum\mock\aggregator $mock ) | ||
getIterator ( ) | ||
getMethods ( ) | ||
getMock ( ) | ||
getMockClass ( ) | ||
invoke ( $method, array $arguments = [] ) | ||
methods ( closure $filter = null ) | ||
methodsMatching ( $regex ) | ||
notControlNextNewMock ( ) | ||
reset ( ) | ||
setIterator ( mageekguy\atoum\mock\controller\iterator $iterator = null ) | ||
setLinker ( mageekguy\atoum\mock\controller\linker $linker = null ) |
Method | Description | |
---|---|---|
buildCall ( $function, array $arguments ) | ||
buildInvoker ( $methodName, closure $factory = null ) | ||
checkMethod ( $method ) | ||
setInvoker ( $methodName, closure $factory = null ) |
protected buildInvoker ( $methodName, closure $factory = null ) | ||
$factory | closure |
public control ( mageekguy\atoum\mock\aggregator $mock ) | ||
$mock | mageekguy\atoum\mock\aggregator |
public getCalls ( |
||
$call |
public static getForMock ( mageekguy\atoum\mock\aggregator $mock ) | ||
$mock | mageekguy\atoum\mock\aggregator |
protected setInvoker ( $methodName, closure $factory = null ) | ||
$factory | closure |
public setIterator ( mageekguy\atoum\mock\controller\iterator $iterator = null ) | ||
$iterator | mageekguy\atoum\mock\controller\iterator |
public static setLinker ( mageekguy\atoum\mock\controller\linker $linker = null ) | ||
$linker | mageekguy\atoum\mock\controller\linker |