aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Route
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Only load routes of the app which is requestedMorris Jobke2020-08-191-0/+52
* Add fallback to load all routes if needed * Move partial loaded routes test to proper place Signed-off-by: Morris Jobke <hey@morrisjobke.de>