fXmlRpc\Integration\AbstractCallClientIntegrationTest::testStruct PHP Method

testStruct() public method

public testStruct ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface
    public function testStruct(CallClientInterface $client)
    {
        $result = array('FOO' => 'BAR', 'BAZ' => 'BLA');
        $this->assertEquals($result, $client->call('system.echo', array($result)));
    }