Fxmlrpc\ClientTest::testInvalidMethodName PHP Method

testInvalidMethodName() public method

    public function testInvalidMethodName()
    {
        $this->setExpectedException('fXmlRpc\\Exception\\InvalidArgumentException', 'Expected parameter 0 to be of type "string", "object" of type "stdClass" given');
        $this->client->call(new \stdClass());
    }