PHP Class fXmlRpc\Integration\AbstractIntegrationTest

Inheritance: extends AbstractClientBasedIntegrationTest
Datei anzeigen Open project: lstrojny/fxmlrpc

Protected Properties

Property Type Description
$command string
$disabledExtensions
$enabled boolean
$endpoint
$errorEndpoint string
$restartThreshold integer
$server Symfony\Component\Process\Process

Public Methods

Method Description
getClients ( )
getClientsOnly ( )
setUp ( )
setUpBeforeClass ( )
tearDownAfterClass ( )

Protected Methods

Method Description
extensionEnabled ( $extension )
startServer ( )
stopServer ( )

Private Methods

Method Description
generateAllPossibleCombinations ( array $combinations, array &$clients )
getParsers ( )
getSerializers ( )
getTransport ( )
pollWait ( )

Method Details

extensionEnabled() protected method

protected extensionEnabled ( $extension )

getClients() public method

public getClients ( )

getClientsOnly() public method

public getClientsOnly ( )

setUp() public method

public setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

startServer() protected static method

protected static startServer ( )

stopServer() protected static method

protected static stopServer ( )

tearDownAfterClass() public static method

public static tearDownAfterClass ( )

Property Details

$command protected_oe static_oe property

protected static string $command
return string

$disabledExtensions protected_oe property

protected $disabledExtensions

$enabled protected_oe static_oe property

protected static bool $enabled
return boolean

$endpoint protected_oe static_oe property

protected static $endpoint

$errorEndpoint protected_oe static_oe property

protected static string $errorEndpoint
return string

$restartThreshold protected_oe static_oe property

protected static int $restartThreshold
return integer

$server protected_oe static_oe property

protected static Process,Symfony\Component\Process $server
return Symfony\Component\Process\Process