메소드 |
설명 |
|
__construct ( ) |
Creates an empty call map. |
|
add ( array $parameters, mixed $action ) |
Stashes a reference against a method call. |
|
findFirstAction ( array $parameters ) : object |
Searches the call list for a matching parameter set. Returned by reference. |
|
findFirstSlot ( array $parameters ) : array |
Searches the map for a matching item. |
|
isMatch ( array $parameters ) : boolean |
Searches the call list for a matching parameter set. True if successful. |
|
test ( SimpleTestCase $test, array $parameters, string $message ) |
Compares the incoming parameters with the internal expectation. |
|