PHPSpec2\Prophet\MockProphet::__construct PHP Method

__construct() public method

public __construct ( $subject = null, PHPSpec2\Mocker\MockerInterface $mocker, ArgumentsUnwrapper $unwrapper )
$mocker PHPSpec2\Mocker\MockerInterface
$unwrapper PHPSpec2\Wrapper\ArgumentsUnwrapper
    public function __construct($subject = null, MockerInterface $mocker, ArgumentsUnwrapper $unwrapper)
    {
        $this->subject = $subject;
        $this->mocker = $mocker;
        $this->unwrapper = $unwrapper;
    }