Class ExpectationDirector
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
mixed
|
|
public
|
#
makeExpectationDefault(
Make the given expectation a default for all others assuming it was correctly created last |
protected
mixed
|
#
_findExpectationIn( array $expectations, array $args )
Search current array of expectations for a match |
public
array
|
|
public
integer
|
protected
string
|
$_name
Method name the director is directing |
#
null
|
protected
|
$_mock
Mock object the director is attached to |
#
null
|
protected
array
|
$_expectations
Stores an array of all expectations for this mock |
#
array()
|
protected
integer
|
$_expectedOrder
The expected order of next call |
#
null
|
protected
array
|
$_defaults
Stores an array of all default expectations for this mock |
#
array()
|