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

__construct() public method

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
    public function __construct(Expectation $expectation)
    {
        $this->setExpectation($expectation);
    }
ConstructorDecorator