aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node/NodeTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-2/+2
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-27/+27
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-4/+15
* fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-2/+1
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-171-0/+14
* dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-041-24/+12
* 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-4/+10
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-22/+22
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-4/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-3/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-3/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-16/+16
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-58/+58
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-33/+33
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-8/+2
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-1/+2
* Use ::class in test mocksMorris Jobke2017-10-241-4/+8
* Add tests for move/copy hooks in Node APIVincent Petry2017-01-121-0/+81
* Fix files node API failed rename/copyVincent Petry2017-01-121-1/+46
* Refactor files node API for more code reuseVincent Petry2017-01-111-21/+331
* DI for root.phpLukas Reschke2016-11-021-7/+17
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-2/+7
* Improve NodeTestRoeland Jago Douma2016-07-111-123/+76
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+366