fXmlRpc\Integration\AbstractIntegrationTest::getClients PHP Method

getClients() public method

public getClients ( )
    public function getClients()
    {
        $clients = [];
        $this->generateAllPossibleCombinations(array($this->getTransport(), $this->getParsers(), $this->getSerializers(), $this->getTimerBridges()), $clients);
        return $clients;
    }