aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TestCase.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Generate coverage for quick DB testsLukas Reschke2016-10-051-2/+4
| | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make tests work with 4.8 at leastJoas Schilling2016-09-131-0/+18
|
* more efficient querying of numeric storage idsRobin Appelman2016-09-071-0/+2
|
* cache user foldersRobin Appelman2016-08-251-0/+1
|
* Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-1/+1
|
* Fix TestCase::invokePrivate to work with static classesVincent Petry2016-06-011-1/+6
|
* Create a Fallback in the old autoloader for PSR-4 Test\TestCaseJoas Schilling2016-05-191-0/+479