PHP Class PhpSpec\Wrapper\Subject\Expectation\Negative

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

Public Methods

Method Description
__construct ( PhpSpec\Matcher\Matcher $matcher )
match ( string $alias, mixed $subject, array $arguments = [] ) : mixed

Method Details

__construct() public method

public __construct ( PhpSpec\Matcher\Matcher $matcher )
$matcher PhpSpec\Matcher\Matcher

match() public method

public match ( string $alias, mixed $subject, array $arguments = [] ) : mixed
$alias string
$subject mixed
$arguments array
return mixed