aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache/updaterlegacy.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-304/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-1/+4
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
|
* update testsRobin Appelman2015-11-191-37/+10
|
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-8/+2
| | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* Removing files_encryption left oversThomas Müller2015-04-071-11/+0
|
* update testRobin Appelman2015-02-131-0/+2
|
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
|
* Use base class to reset the file mapperJoas Schilling2014-11-191-3/+6
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+7
|
* remove unstable testRobin Appelman2014-09-051-1/+0
|
* Fix unit testRobin Appelman2014-09-051-1/+0
|
* Improve unit tests for Cache\UpdaterRobin Appelman2014-09-051-0/+330