PhpSpec\Wrapper\Subject\Expectation\UnwrapDecorator::__construct PHP 메소드

__construct() 공개 메소드

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