fXmlRpc\Parser\NativeParserTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        if (!extension_loaded('xmlrpc')) {
            $this->markTestSkipped('ext/xmlrpc not available');
        }
        $this->parser = new NativeParser();
    }