aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/testcase.php
Commit message (Expand)AuthorAgeFilesLines
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
* allow moving common test logic into traitsRobin Appelman2015-08-201-1/+32
* Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-031-13/+0
* Release locks after class in testsVincent Petry2015-06-251-0/+8
* Keep shared locks in post hooksVincent Petry2015-06-251-3/+5
* Webdav PUT small file lock must be shared during hooksVincent Petry2015-06-121-0/+35
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-0/+32
* release all locks after testRobin Appelman2015-06-011-0/+1
* fix testsRobin Appelman2015-05-181-1/+3
* fix testsRobin Appelman2015-05-181-0/+1
* Properly log out test users in unit testsVincent Petry2015-05-151-0/+2
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-2/+2
* kill OC_FileProxy :boom:Thomas Müller2015-04-071-11/+0
* Handle exceptions thrown during hooks when running unit testsRobin Appelman2015-03-261-0/+8
* Force test cases using background commands to handle setting up the filesystemRobin Appelman2015-03-261-1/+16
* Allow running the async commands from unit testsRobin Appelman2015-03-021-7/+30
* Add login/logout to TestCase base classVincent Petry2014-12-101-0/+21
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-2/+4
* Correctly namespace and autoload DatabaseExceptionJoas Schilling2014-11-271-2/+2
* Clean up the test data in tearDownAfterClass()Joas Schilling2014-11-201-5/+111
* Use base class to reset the file mapperJoas Schilling2014-11-191-0/+10
* Testcase base classJoas Schilling2014-11-061-0/+33