summaryrefslogtreecommitdiffstats
path: root/tests/lib/TestCase.php
Commit message (Expand)AuthorAgeFilesLines
* Overwrite also the new command bus name to execute them in sync in the testsMorris Jobke2020-10-121-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Fix overwriteService() for appsJoas Schilling2020-07-281-4/+11
* ensure mounts are scanned during testsRobin Appelman2020-07-091-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-9/+9
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-4/+4
* whitelist audit.logArthur Schiwon2018-06-291-0/+1
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-21/+3
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
* Use ::class in test mocksMorris Jobke2017-10-241-1/+1
* split async test bus for easier subclassingRobin Appelman2017-08-241-1/+3
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-4/+8
* Fix NODB tests etcRoeland Jago Douma2017-03-211-4/+4
* Revert "Add a magic wrapper to allow phpunit4 to run the code again "Roeland Jago Douma2017-03-201-2/+5
* Fix reporting of risky testsThomas Müller2016-12-221-1/+3
* Add a magic wrapper from hell to allow phpunit4 to run the code againJoas Schilling2016-11-151-5/+2
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-0/+4
* Make sure the database is not replaced while we make a backup of the serviceJoas Schilling2016-11-081-4/+4
* Restore all services when a tests failed/finished for better testcase isolationJoas Schilling2016-10-201-3/+26
* Generate coverage for quick DB testsLukas Reschke2016-10-051-2/+4
* 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