|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Namespaces | |
| namespace | Auth |
| namespace | Browser |
| namespace | Exception |
| namespace | FS |
| namespace | FSExt |
| namespace | Locks |
| namespace | Mock |
| namespace | Mount |
| namespace | PartialUpdate |
| namespace | Property |
| namespace | PropertyStorage |
| namespace | Sharing |
| namespace | Sync |
| namespace | Xml |
Data Structures | |
| class | AbstractServer |
| class | BasicNodeTest |
| class | Client |
| SabreDAV DAV client. More... | |
| class | ClientMock |
| class | ClientTest |
| class | Collection |
| Collection class. More... | |
| class | CorePlugin |
| The core plugin provides all the basic features for a WebDAV server. More... | |
| class | CorePluginTest |
| class | DbCache |
| class | DirectoryMock |
| class | Exception |
| Main Exception class. More... | |
| class | ExceptionTest |
| class | File |
| File class. More... | |
| class | FileMock |
| class | GetIfConditionsTest |
| class | HttpCopyTest |
| Tests related to the COPY request. More... | |
| class | HttpDeleteTest |
| Tests related to the PUT request. More... | |
| class | HttpGetTest |
| Tests related to the GET request. More... | |
| class | HttpHeadTest |
| Tests related to the HEAD request. More... | |
| class | HttpMoveTest |
| Tests related to the MOVE request. More... | |
| class | HTTPPreferParsingTest |
| class | HttpPutTest |
| Tests related to the PUT request. More... | |
| interface | ICollection |
| The ICollection Interface. More... | |
| interface | IExtendedCollection |
| The IExtendedCollection interface. More... | |
| interface | IFile |
| This interface represents a file in the directory tree. More... | |
| interface | IMoveTarget |
| By implementing this interface, a collection can effectively say "other
nodes may be moved into this collection". More... | |
| interface | IMultiGet |
| IMultiGet. More... | |
| interface | INode |
| The INode interface is the base interface, and the parent class of both ICollection and IFile. More... | |
| interface | IProperties |
| IProperties interface. More... | |
| interface | IQuota |
| IQuota interface. More... | |
| class | Issue33Test |
| class | MkCol |
| This class represents a MKCOL operation. More... | |
| class | MockLogger |
| The MockLogger is a simple PSR-3 implementation that we can use to test whether things get logged correctly. More... | |
| class | Node |
| Node class. More... | |
| class | ObjectTreeTest |
| class | PropFind |
| This class holds all the information about a PROPFIND request. More... | |
| class | PropFindTest |
| class | PropPatch |
| This class represents a set of properties that are going to be updated. More... | |
| class | PropPatchTest |
| class | PSR3Test |
| class | Server |
| Main DAV server class. More... | |
| class | ServerEventsTest |
| class | ServerMKCOLTest |
| class | ServerPlugin |
| The baseclass for all server plugins. More... | |
| class | ServerPluginMock |
| class | ServerPluginTest |
| class | ServerPreconditionsNode |
| class | ServerPreconditionsTest |
| class | ServerPropsInfiniteDepthTest |
| class | ServerPropsTest |
| class | ServerRangeTest |
| This file tests HTTP requests that use the Range: header. More... | |
| class | ServerSimpleTest |
| class | ServerUpdatePropertiesTest |
| class | SimpleCollection |
| SimpleCollection. More... | |
| class | SimpleFile |
| SimpleFile. More... | |
| class | SimpleFileTest |
| class | StringUtil |
| String utility. More... | |
| class | StringUtilTest |
| class | SyncTokenPropertyTest |
| class | TemporaryFileFilterPlugin |
| Temporary File Filter Plugin. More... | |
| class | TemporaryFileFilterTest |
| class | TestPlugin |
| class | Tree |
| The tree object is responsible for basic tree operations. More... | |
| class | TreeDirectoryTester |
| class | TreeFileTester |
| class | TreeMock |
| class | TreeMultiGetTester |
| class | TreeTest |
| class | UUIDUtil |
| UUID Utility. More... | |
| class | UUIDUtilTest |
| class | Version |
| This class contains the SabreDAV version constants. More... | |
Functions | |
| getDb () | |
| Returns a fully configured PDO object. More... | |
| getPDO () | |
| Alias for getDb. More... | |
| createSchema ($schemaName) | |
| Uses .sql files from the examples directory to initialize the database. More... | |
| dropTables ($tableNames) | |
| Drops tables, if they exist. More... | |
| tearDown () | |
Variables | |
| trait | DbTestHelperTrait |
| Sabre\DAV\createSchema | ( | $schemaName | ) |
Uses .sql files from the examples directory to initialize the database.
| string | $schemaName |
Definition at line 94 of file DbTestHelperTrait.php.
References $query, and Sabre\DAV\getDb().
Referenced by Sabre\DAV\Locks\Backend\PDOTest\getBackend(), Sabre\DAV\PropertyStorage\Backend\AbstractPDOTest\getBackend(), Sabre\CalDAV\Backend\AbstractPDOTest\setUp(), Sabre\CardDAV\Backend\AbstractPDOTest\setUp(), Sabre\DAV\Auth\Backend\AbstractPDOTest\setUp(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\setUp(), Sabre\CardDAV\AddressBookTest\testGetSyncToken(), and Sabre\CardDAV\AddressBookTest\testGetSyncToken2().
Here is the call graph for this function:
Here is the caller graph for this function:| Sabre\DAV\dropTables | ( | $tableNames | ) |
Drops tables, if they exist.
| string | string[] | $tableNames |
Definition at line 120 of file DbTestHelperTrait.php.
References Sabre\DAV\getDb().
Referenced by Sabre\DAV\Locks\Backend\PDOTest\getBackend(), Sabre\DAV\PropertyStorage\Backend\AbstractPDOTest\getBackend(), Sabre\CalDAV\Backend\AbstractPDOTest\setUp(), Sabre\CardDAV\Backend\AbstractPDOTest\setUp(), Sabre\DAV\Auth\Backend\AbstractPDOTest\setUp(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\setUp(), Sabre\CardDAV\AddressBookTest\testGetSyncToken(), and Sabre\CardDAV\AddressBookTest\testGetSyncToken2().
Here is the call graph for this function:
Here is the caller graph for this function:| Sabre\DAV\getDb | ( | ) |
Returns a fully configured PDO object.
Definition at line 26 of file DbTestHelperTrait.php.
References Sabre\DAV\DbCache\$cache, $driver, $pdo, and $version.
Referenced by Sabre\DAV\createSchema(), Sabre\DAV\dropTables(), Sabre\DAV\getPDO(), and Sabre\CalDAV\Backend\AbstractPDOTest\setUp().
Here is the caller graph for this function:| Sabre\DAV\getPDO | ( | ) |
Alias for getDb.
Definition at line 82 of file DbTestHelperTrait.php.
References Sabre\DAV\getDb().
Referenced by Sabre\DAV\Locks\Backend\PDOTest\getBackend(), Sabre\DAV\PropertyStorage\Backend\AbstractPDOTest\getBackend(), Sabre\CardDAV\Backend\AbstractPDOTest\setUp(), Sabre\DAV\Auth\Backend\AbstractPDOTest\setUp(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\setUp(), Sabre\DAV\Auth\Backend\AbstractPDOTest\testConstruct(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testConstruct(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testFindByUri(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testFindByUriUnknownScheme(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testGetGroupMemberSet(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testGetGroupMembership(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testGetPrincipalByPath(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testGetPrincipalsByPrefix(), Sabre\CardDAV\AddressBookTest\testGetSyncToken(), Sabre\CardDAV\AddressBookTest\testGetSyncToken2(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testSearchPrincipals(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testSetGroupMemberSet(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testUpdatePrincipal(), Sabre\DAVACL\PrincipalBackend\AbstractPDOTest\testUpdatePrincipalUnknownField(), and Sabre\DAV\Auth\Backend\AbstractPDOTest\testUserInfo().
Here is the call graph for this function:
Here is the caller graph for this function:| Sabre\DAV\tearDown | ( | ) |
Definition at line 131 of file DbTestHelperTrait.php.
References Sabre\DAV\DbCache\$cache.
Referenced by Monolog\Formatter\LogstashFormatterTest\tearDown(), Monolog\Formatter\NormalizerFormatterTest\tearDown(), Sabre\DAV\Browser\GuessContentTypeTest\tearDown(), Sabre\DAV\ServerPropsInfiniteDepthTest\tearDown(), and Sabre\DAV\ServerPropsTest\tearDown().
Here is the caller graph for this function:| trait Sabre::DAV\DbTestHelperTrait |
Definition at line 14 of file DbTestHelperTrait.php.