fXmlRpc\Integration\AbstractClientBasedIntegrationTest::getClientsOnly PHP Method

getClientsOnly() public method

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