PHP Class fXmlRpc\Integration\MulticallBuilderIntegrationBasedIntegrationTest

Inheritance: extends AbstractIntegrationTest
Show file Open project: lstrojny/fxmlrpc

Protected Properties

Property Type Description
$command
$enabled
$endpoint
$errorEndpoint

Public Methods

Method Description
handler ( $result )
setUp ( )
testMulticallWithError ( fXmlRpc\MulticallClientInterface $client )
testSimpleMulticall ( fXmlRpc\MulticallClientInterface $client )

Method Details

handler() public method

public handler ( $result )

setUp() public method

public setUp ( )

testMulticallWithError() public method

public testMulticallWithError ( fXmlRpc\MulticallClientInterface $client )
$client fXmlRpc\MulticallClientInterface

testSimpleMulticall() public method

public testSimpleMulticall ( fXmlRpc\MulticallClientInterface $client )
$client fXmlRpc\MulticallClientInterface

Property Details

$command protected static property

protected static $command

$enabled protected static property

protected static $enabled

$endpoint protected static property

protected static $endpoint

$errorEndpoint protected static property

protected static $errorEndpoint