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-04-20Fix testJoas Schilling
2022-03-24Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet
2022-03-04adjust tests to new fs setupRobin Appelman
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2017-10-26Use ::class in test mocks of dav appMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2016-11-03DI for root.phpLukas Reschke
2016-11-03Fix mock warning in some FS tests (#26464)Vincent Petry
2016-11-03Add using casing check/fix for initMountPointsVincent Petry
2016-10-12optimize Folder::getById to use less queriesRobin Appelman
2016-07-13RootTest does not require DBRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling