summaryrefslogtreecommitdiffstats
path: root/tests/lib/cache/file.php
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace of tests/cache/Joas Schilling2016-05-181-172/+0
* propagate folder size in the same query for write updatesRobin Appelman2016-01-151-1/+3
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
* Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-031-3/+4
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-1/+1
* Test for chunk cache garbage collectionVincent Petry2015-06-301-5/+89
* fix unit testThomas Müller2015-06-051-29/+22
* Bring back unit tests for \OC\Cache\FileThomas Müller2015-06-051-0/+85
* remove file cache classes and its testsArthur Schiwon2015-05-081-78/+0
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-1/+0
* Removing files_encryption left oversThomas Müller2015-04-071-6/+0
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-191-3/+5
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-0/+11
* fixing cache routesClark Tomlinson2014-09-221-3/+3
* OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-171-14/+16
* Cache Test: set datadir to temporary location, otherwise initmountpoints will...Arthur Schiwon2013-06-031-2/+8
* removed FileProxy from testFlorin Peter2013-05-151-5/+6
* don't use depricated OC_FilesystemRobin Appelman2012-10-101-2/+2
* make sure we can do our tests againRobin Appelman2012-10-101-1/+1
* put filestorages in a namespaceRobin Appelman2012-09-071-1/+1
* adding space between) and {Thomas Mueller2012-09-071-3/+3
* use dummy user backend for oc_cache_file testsRobin Appelman2012-07-231-6/+14
* create a user for Test_Cache_File to allow unit tesing within ciThomas Mueller2012-07-231-1/+8
* fix OC_Cache_File tests if encryption is not enabledRobin Appelman2012-07-201-2/+4
* make sure the filesystem is setup properly for oc_cache_file testsRobin Appelman2012-06-301-0/+19
* add XCache backend and testcases for OC_CacheRobin Appelman2012-06-051-0/+27