fXmlRpc\Integration\AbstractCallClientIntegrationTest::testNil PHP Method

testNil() public method

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