fXmlRpc\Integration\AbstractCallClientIntegrationTest::testArray PHP Méthode

testArray() public méthode

public testArray ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface
    public function testArray(CallClientInterface $client)
    {
        $result = range(0, 10);
        $this->assertSame($result, $client->call('system.echo', array($result)));
    }