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