summaryrefslogtreecommitdiffstats
path: root/tests/lib/Route/RouterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* test: run tests in child processDaniel Kesselberg2024-07-111-0/+8
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(tests): Strong type property $router in RouterTestCôme Chilliet2024-07-101-2/+1
| | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle ↵Steve Mokris2024-07-101-5/+15
| | | | | | redirected root Signed-off-by: Steve Mokris <steve@kosada.com>
* DI for RouterRobin Appelman2023-02-131-1/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Skip buggy tests for 32bits CICôme Chilliet2023-02-071-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve error output on failed Router testCôme Chilliet2023-02-071-1/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve test failure output for RouterTest.phpCôme Chilliet2023-02-071-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-3/+0
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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>