PHP Class Horde_Kolab_Storage_TestCase, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license instorageion (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends PHPUnit_Framework_TestCase
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
setUp ( )
tearDown ( )

Protected Methods

Method Description
assertLogContains ( $message )
assertLogCount ( $count )
assertLogRegExp ( $regular_expression )
completeFactory ( $factory = null )
createCachedStorage ( $driver = null, $factory = null )
createStorage ( $driver = null, $factory = null, $params = [] )
getAnnotatedAccount ( )
getAnnotatedList ( $factory = null )
getAnnotatedMock ( $factory = null )
getAnnotatedQueriableList ( $factory = null )
getAnnotatedQuery ( $factory = null )
getCachedAnnotatedQueriableList ( $factory = null )
getCachedQueryForList ( $driver )
getDataAccount ( $additional_folders )
getDataStorage ( $data, $params = [] )
getDefaultEventData ( $add = '' )
getDoubleEventAccount ( )
getDoubleEventList ( $factory = null )
getDoubleEventMock ( $factory = null )
getDoubleEventQuery ( $factory = null )
getEmptyAccount ( )
getEmptyMock ( )
getEventAccount ( )
getEventList ( $factory = null )
getEventMock ( $factory = null )
getEventQuery ( $factory = null )
getForeignDefaultAccount ( )
getForeignDefaultList ( $factory = null )
getForeignDefaultMock ( $factory = null )
getForeignDefaultQuery ( $factory = null )
getGermanAnnotatedAccount ( )
getGermanAnnotatedMock ( )
getMessageAccount ( )
getMessageMock ( $factory = null )
getMessageStorage ( $params = [] )
getMockCache ( )
getMockData ( $elements )
getMockDataCache ( )
getMockDriverList ( $factory = null )
getMockListCache ( )
getMockLogger ( )
getNamespaceAccount ( )
getNamespaceList ( $factory = null )
getNamespaceMock ( $factory = null )
getNamespaceQueriableList ( $factory = null )
getNamespaceQuery ( $factory = null )
getNullList ( $factory = null )
getNullMock ( $factory = null )
getNullQuery ( $factory = null )
getTwoFolderAccount ( )
getTwoFolderList ( )
getTwoFolderMock ( $factory = null )

Method Details

assertLogContains() protected method

protected assertLogContains ( $message )

assertLogCount() protected method

protected assertLogCount ( $count )

assertLogRegExp() protected method

protected assertLogRegExp ( $regular_expression )

completeFactory() protected method

protected completeFactory ( $factory = null )

createCachedStorage() protected method

protected createCachedStorage ( $driver = null, $factory = null )

createStorage() protected method

protected createStorage ( $driver = null, $factory = null, $params = [] )

getAnnotatedAccount() protected method

protected getAnnotatedAccount ( )

getAnnotatedList() protected method

protected getAnnotatedList ( $factory = null )

getAnnotatedMock() protected method

protected getAnnotatedMock ( $factory = null )

getAnnotatedQueriableList() protected method

protected getAnnotatedQueriableList ( $factory = null )

getAnnotatedQuery() protected method

protected getAnnotatedQuery ( $factory = null )

getCachedAnnotatedQueriableList() protected method

protected getCachedAnnotatedQueriableList ( $factory = null )

getCachedQueryForList() protected method

protected getCachedQueryForList ( $driver )

getDataAccount() protected method

protected getDataAccount ( $additional_folders )

getDataStorage() protected method

protected getDataStorage ( $data, $params = [] )

getDefaultEventData() protected method

protected getDefaultEventData ( $add = '' )

getDoubleEventAccount() protected method

protected getDoubleEventAccount ( )

getDoubleEventList() protected method

protected getDoubleEventList ( $factory = null )

getDoubleEventMock() protected method

protected getDoubleEventMock ( $factory = null )

getDoubleEventQuery() protected method

protected getDoubleEventQuery ( $factory = null )

getEmptyAccount() protected method

protected getEmptyAccount ( )

getEmptyMock() protected method

protected getEmptyMock ( )

getEventAccount() protected method

protected getEventAccount ( )

getEventList() protected method

protected getEventList ( $factory = null )

getEventMock() protected method

protected getEventMock ( $factory = null )

getEventQuery() protected method

protected getEventQuery ( $factory = null )

getForeignDefaultAccount() protected method

protected getForeignDefaultAccount ( )

getForeignDefaultList() protected method

protected getForeignDefaultList ( $factory = null )

getForeignDefaultMock() protected method

protected getForeignDefaultMock ( $factory = null )

getForeignDefaultQuery() protected method

protected getForeignDefaultQuery ( $factory = null )

getGermanAnnotatedAccount() protected method

getGermanAnnotatedMock() protected method

protected getGermanAnnotatedMock ( )

getMessageAccount() protected method

protected getMessageAccount ( )

getMessageMock() protected method

protected getMessageMock ( $factory = null )

getMessageStorage() protected method

protected getMessageStorage ( $params = [] )

getMockCache() protected method

protected getMockCache ( )

getMockData() protected method

protected getMockData ( $elements )

getMockDataCache() protected method

protected getMockDataCache ( )

getMockDriverList() protected method

protected getMockDriverList ( $factory = null )

getMockListCache() protected method

protected getMockListCache ( )

getMockLogger() protected method

protected getMockLogger ( )

getNamespaceAccount() protected method

protected getNamespaceAccount ( )

getNamespaceList() protected method

protected getNamespaceList ( $factory = null )

getNamespaceMock() protected method

protected getNamespaceMock ( $factory = null )

getNamespaceQueriableList() protected method

protected getNamespaceQueriableList ( $factory = null )

getNamespaceQuery() protected method

protected getNamespaceQuery ( $factory = null )

getNullList() protected method

protected getNullList ( $factory = null )

getNullMock() protected method

protected getNullMock ( $factory = null )

getNullQuery() protected method

protected getNullQuery ( $factory = null )

getTwoFolderAccount() protected method

protected getTwoFolderAccount ( )

getTwoFolderList() protected method

protected getTwoFolderList ( )

getTwoFolderMock() protected method

protected getTwoFolderMock ( $factory = null )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )