spec\Phpro\SoapClient\ClientSpec::let PHP Method

let() public method

public let ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$soapClient Phpro\SoapClient\Soap\SoapClient
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    function let(SoapClient $soapClient, EventDispatcherInterface $dispatcher)
    {
        $this->beConstructedWith($soapClient, $dispatcher);
    }