Interface MockInterface
Direct known implementers
Mockery\Mock
public
|
#
mockery_init(
Alternative setup method to constructor |
public
|
|
public
|
#
shouldAllowMockingMethod( String $method )
Allows additional methods to be mocked that do not explicitly exist on mocked class |
public
|
#
shouldIgnoreMissing( mixed $returnValue = null )
Set mock to ignore unexpected methods and return Undefined class |
public
|
|
public
|
|
public
|
|
public
null
|
|
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
array
|
|
public
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
|
#
mockery_setExpectationsFor( $method,
Return the expectations director for the given method |
public
|
|
public
|
#
mockery_findExpectation( $method, array $args )
Find an expectation matching the given method and arguments |
public
|
|
public
string
|
|
public
array
|
|
public
string[]
|
|
public
boolean
|