PhpSpec\Wrapper\Collaborator::beConstructedWith PHP Method

beConstructedWith() public method

public beConstructedWith ( array $arguments = null )
$arguments array
    public function beConstructedWith(array $arguments = null)
    {
        $this->prophecy->willBeConstructedWith($arguments);
    }