Fxmlrpc\AbstractDecoratorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->wrapped = $this->getMockBuilder('fXmlRpc\\ClientInterface')->getMock();
        $this->decorator = new NullDecorator($this->wrapped);
    }