Method | Description | |
---|---|---|
__call ( string $method, array $arguments = [] ) : mixed | ||
__construct ( PhpSpec\Matcher\Matcher $matcher ) | ||
during ( string $method, array $arguments = [] ) : mixed | ||
duringInstantiation ( ) : mixed | ||
match ( string $alias, mixed $subject, array $arguments = [], |
Method | Description | |
---|---|---|
getArguments ( ) : array | ||
getMatcher ( ) : PhpSpec\Matcher\Matcher | ||
runDuring ( object $object, string $method, array $arguments = [] ) : mixed |
public __construct ( PhpSpec\Matcher\Matcher $matcher ) | ||
$matcher | PhpSpec\Matcher\Matcher |
protected getMatcher ( ) : PhpSpec\Matcher\Matcher | ||
return | PhpSpec\Matcher\Matcher |