aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/testcase.php
Commit message (Expand)AuthorAgeFilesLines
* 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