spec\MGDigital\BusQue\Redis\Predis\PredisAdapterSpec::let PHP Method

let() public method

public let ( spec\MGDigital\BusQue\Redis\Predis\MockingClientInterface $client, Predis\Connection\ConnectionException $predisException )
$client spec\MGDigital\BusQue\Redis\Predis\MockingClientInterface
$predisException Predis\Connection\ConnectionException
    public function let(MockingClientInterface $client, PredisException $predisException)
    {
        $this->beConstructedWith($client);
        $this->client = $client;
        $this->predisException = $predisException->getWrappedObject();
    }