fXmlRpc\Integration\AbstractCallClientIntegrationTest::testInteger PHP Method

testInteger() public method

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