aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node/RootTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-6/+6
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-6/+21
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-171-26/+17
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Fix testJoas Schilling2022-04-201-3/+1
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
* adjust tests to new fs setupRobin Appelman2022-03-041-6/+16
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-12/+12
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-13/+13
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-8/+1
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+1
* Use ::class in test mocksMorris Jobke2017-10-241-6/+8
* DI for root.phpLukas Reschke2016-11-021-59/+113
* Fix mock warning in some FS tests (#26464)Vincent Petry2016-11-021-1/+1
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+57
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-4/+9
* RootTest does not require DBRoeland Jago Douma2016-07-131-20/+39
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+104