summaryrefslogtreecommitdiffstats
path: root/tests/lib/testcase.php
Commit message (Expand)AuthorAgeFilesLines
* Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-121-0/+68
* tests: Fix typos (found by codespell)Stefan Weil2016-04-061-1/+1
* Add tests for findLanguage()Joas Schilling2016-01-261-0/+40
* getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Restore DB connection after failureVincent Petry2015-12-211-2/+12
* Only perform tearDown operations on the database if we have a connection to i...Thomas Müller2015-12-171-4/+6
* Assert that there are no xml error leftThomas Müller2015-12-171-0/+6
* Don't break app on travisThomas Müller2015-11-301-0/+5
* A TestCase which is not annotated to be in group DB will not allow access to ...Thomas Müller2015-11-301-3/+32
* Clear the shares after the test like storages and filesJoas Schilling2015-10-051-12/+23
* 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