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

__construct() public method

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Unwrapper $unwrapper )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
$unwrapper PhpSpec\Wrapper\Unwrapper
    public function __construct(Expectation $expectation, Unwrapper $unwrapper)
    {
        $this->setExpectation($expectation);
        $this->unwrapper = $unwrapper;
    }
UnwrapDecorator