summaryrefslogtreecommitdiffstats
path: root/tests/lib/cache
Commit message (Expand)AuthorAgeFilesLines
* 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-083-259/+0
* kill OC_FileProxy :boom:Thomas Müller2015-04-072-2/+0
* Removing files_encryption left oversThomas Müller2015-04-072-12/+0
* Add unit tests for gc() for \OC\Cache\FileGlobalGCRobin McCorkell2015-03-181-0/+34
* Cleanup garbage collection for global file cacheRobin Appelman2015-02-251-0/+73
* Make root tests extend the \Test\TestCaseJoas Schilling2014-11-192-5/+9
* Correctly restore previous root mount point after testingJoas Schilling2014-11-172-0/+23
* fixing cache routesClark Tomlinson2014-09-222-6/+5
* OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-172-14/+84
* Merge branch 'master' into cacheRobin Appelman2013-07-161-7/+14
|\
| * 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
* | Seperate memory based cache from OC_CacheRobin Appelman2013-03-172-66/+0
|/
* merge master into filesystemRobin Appelman2012-11-042-3/+3
|\
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-042-3/+3
| * Checkstyle: many fixesFelix Moeller2012-11-021-1/+1
* | merge master into filesystemRobin Appelman2012-10-131-1/+5
|\|
| * Skip apc test when apc is not enabled for CLIBart Visscher2012-10-121-1/+5
* | don't use depricated OC_FilesystemRobin Appelman2012-10-101-2/+2
* | make sure we can do our tests againRobin Appelman2012-10-101-1/+1
* | merge phpunit into filesystemRobin Appelman2012-10-082-17/+8
|\|
| * remove cache ttl tests, take a lot of time and don't work correctly for most ...Robin Appelman2012-10-032-9/+0
| * initual phpunit supportRobin Appelman2012-10-032-8/+8
* | put filestorages in a namespaceRobin Appelman2012-09-071-1/+1
|/
* adding space between) and {Thomas Mueller2012-09-073-7/+7
* 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
* cant to ttl tests for xcacheRobin Appelman2012-06-301-0/+4
* Add OC_Cache implementation for APCBart Visscher2012-06-051-0/+36
* Skip test for XCache when the module is not thereBart Visscher2012-06-051-0/+4
* add XCache backend and testcases for OC_CacheRobin Appelman2012-06-052-0/+54