fXmlRpc\Integration\AbstractCallClientIntegrationTest::testString PHP Méthode

testString() public méthode

public testString ( fXmlRpc\CallClientInterface $client )
$client fXmlRpc\CallClientInterface
    public function testString(CallClientInterface $client)
    {
        $result = 'HELLO WORLD <> & ÜÖÄ';
        $this->assertSame($result, $client->call('system.echo', array($result)));
    }