PHP Class PhpSpec\Wrapper\Subject\Expectation\ConstructorDecorator

Inheritance: extends Decorator, implements PhpSpec\Wrapper\Subject\Expectation\Expectation
Show file Open project: phpspec/phpspec

Public Methods

Method Description
__construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
match ( string $alias, mixed $subject, array $arguments = [], WrappedObject $wrappedObject = null ) : boolean

Method Details

__construct() public method

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation

match() public method

public match ( string $alias, mixed $subject, array $arguments = [], WrappedObject $wrappedObject = null ) : boolean
$alias string
$subject mixed
$arguments array
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
return boolean