Fxmlrpc\ProxyTest::setUp PHP Méthode

setUp() public méthode

public setUp ( )
    public function setUp()
    {
        $this->client = $this->getMockBuilder('fXmlRpc\\ClientInterface')->getMock();
        $this->proxy = new Proxy($this->client);
    }