fXmlRpc\Integration\AbstractIntegrationTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        if (static::$restartThreshold > 0 && ++self::$runCount !== static::$restartThreshold) {
            return;
        }
        self::$runCount = 0;
        static::stopServer();
        static::startServer();
        static::pollWait();
    }