Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04adjust tests to new fs setupRobin Appelman
2021-03-29Make Testcase class compatible with phpunit-9.5Joas Schilling
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-08Rollback failed transactions in TestCase.php to not break followup testsChristoph Wurst
2020-12-07Fix filesystem testsRoeland Jago Douma
2020-10-12Overwrite also the new command bus name to execute them in sync in the testsMorris Jobke
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-28Fix overwriteService() for appsJoas Schilling
2020-07-09ensure mounts are scanned during testsRobin Appelman
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2018-06-29whitelist audit.logArthur Schiwon
2018-01-24Require PHPUnit 6.5 or higherJoas Schilling
2018-01-16Cleanup OC_User and OCP\UserMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-08-24split async test bus for easier subclassingRobin Appelman
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
2017-03-21Fix NODB tests etcRoeland Jago Douma
2017-03-20Revert "Add a magic wrapper to allow phpunit4 to run the code again "Roeland Jago Douma
2016-12-22Fix reporting of risky testsThomas Müller
2016-11-15Add a magic wrapper from hell to allow phpunit4 to run the code againJoas Schilling
2016-11-14Introduce an event for first time login based on the last login time stampThomas Müller
2016-11-08Make sure the database is not replaced while we make a backup of the serviceJoas Schilling
2016-10-20Restore all services when a tests failed/finished for better testcase isolationJoas Schilling
2016-10-05Generate coverage for quick DB testsLukas Reschke
2016-09-13Make tests work with 4.8 at leastJoas Schilling
2016-09-07more efficient querying of numeric storage idsRobin Appelman
2016-08-25cache user foldersRobin Appelman
2016-07-04Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer
2016-06-01Fix TestCase::invokePrivate to work with static classesVincent Petry
2016-05-19Create a Fallback in the old autoloader for PSR-4 Test\TestCaseJoas Schilling