Horde_Kolab_Session_TestCase::_getMockedComposite PHP Method

_getMockedComposite() protected method

protected _getMockedComposite ( )
    protected function _getMockedComposite()
    {
        return new Horde_Kolab_Server_Composite($this->getMock('Horde_Kolab_Server_Interface'), $this->getMock('Horde_Kolab_Server_Objects_Interface'), $this->getMock('Horde_Kolab_Server_Structure_Interface'), $this->getMock('Horde_Kolab_Server_Search_Interface'), $this->getMock('Horde_Kolab_Server_Schema_Interface'));
    }