fXmlRpc\Integration\AbstractIntegrationTest::startServer PHP Метод

startServer() защищенный статический Метод

protected static startServer ( )
    protected static function startServer()
    {
        if (!static::$enabled) {
            return;
        }
        self::$server = new Process(static::$command . ' &>/dev/null', __DIR__ . '/Fixtures');
        self::$server->start();
        static::pollWait();
    }