fXmlRpc\Integration\AbstractCallClientIntegrationTest::testFloat PHP Method

testFloat() public method

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