PHP Class fXmlRpc\Integration\AbstractIntegrationTest

Inheritance: extends AbstractClientBasedIntegrationTest
Afficher le fichier Open project: lstrojny/fxmlrpc

Protected Properties

Свойство Type Description
$command string
$disabledExtensions
$enabled boolean
$endpoint
$errorEndpoint string
$restartThreshold integer
$server Symfony\Component\Process\Process

Méthodes publiques

Méthode Description
getClients ( )
getClientsOnly ( )
setUp ( )
setUpBeforeClass ( )
tearDownAfterClass ( )

Méthodes protégées

Méthode Description
extensionEnabled ( $extension )
startServer ( )
stopServer ( )

Private Methods

Méthode Description
generateAllPossibleCombinations ( array $combinations, array &$clients )
getParsers ( )
getSerializers ( )
getTransport ( )
pollWait ( )

Method Details

extensionEnabled() protected méthode

protected extensionEnabled ( $extension )

getClients() public méthode

public getClients ( )

getClientsOnly() public méthode

public getClientsOnly ( )

setUp() public méthode

public setUp ( )

setUpBeforeClass() public static méthode

public static setUpBeforeClass ( )

startServer() protected static méthode

protected static startServer ( )

stopServer() protected static méthode

protected static stopServer ( )

tearDownAfterClass() public static méthode

public static tearDownAfterClass ( )

Property Details

$command protected_oe static_oe property

protected static string $command
Résultat string

$disabledExtensions protected_oe property

protected $disabledExtensions

$enabled protected_oe static_oe property

protected static bool $enabled
Résultat boolean

$endpoint protected_oe static_oe property

protected static $endpoint

$errorEndpoint protected_oe static_oe property

protected static string $errorEndpoint
Résultat string

$restartThreshold protected_oe static_oe property

protected static int $restartThreshold
Résultat integer

$server protected_oe static_oe property

protected static Process,Symfony\Component\Process $server
Résultat Symfony\Component\Process\Process