spec\Phpro\SoapClient\ClientFactorySpec::it_should_load_a_new_client PHP Method

it_should_load_a_new_client() public method

public it_should_load_a_new_client ( SoapClient $soapClient, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$soapClient Phpro\SoapClient\Soap\SoapClient
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    function it_should_load_a_new_client(SoapClient $soapClient, EventDispatcherInterface $dispatcher)
    {
        $this->factory($soapClient, $dispatcher)->shouldReturnAnInstanceOf(Client::class);
    }