aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TestCase.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Remove old travis related stuffFerdinand Thiessen2024-09-191-5/+0
* chore: Cleanup and prepare some app tests for PHPUnit 10ci/noid/prepare-phpunit-10Joas Schilling2024-09-191-0/+24
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-281-0/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-301-34/+43
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-131-18/+3
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| * Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-151-2/+3
| * feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ...Joas Schilling2024-03-061-0/+2
| * feat(CI): Allow apps to test with PHPUnit10Joas Schilling2023-09-211-13/+34
* | Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-291-1/+1
|/
* Fix setting static property in tests on PHP 8.3Côme Chilliet2023-08-141-1/+5
* Adapt tests to config value typingCôme Chilliet2023-04-051-1/+1
* adjust tests to new fs setupRobin Appelman2022-03-041-0/+23
* Make Testcase class compatible with phpunit-9.5Joas Schilling2021-03-291-3/+15
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Rollback failed transactions in TestCase.php to not break followup testsChristoph Wurst2021-01-081-1/+6
* Fix filesystem testsRoeland Jago Douma2020-12-071-1/+5
* 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