PhpSpec\Wrapper\Subject\Expectation\Positive::__construct PHP Method

__construct() public method

public __construct ( PhpSpec\Matcher\Matcher $matcher )
$matcher PhpSpec\Matcher\Matcher
    public function __construct(Matcher $matcher)
    {
        $this->matcher = $matcher;
    }