fXmlRpc\Integration\AbstractCallClientIntegrationTest::testNegativeFloat PHP Method

testNegativeFloat() public method

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