aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Route/RouterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(tests): Fix Router test by mocking AppManager methods correctlyCôme Chilliet2024-09-131-1/+13
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #45228 from smokris/heartbeat-routeAndy Scherzinger2024-06-181-5/+14
|\ | | | | fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root
| * fix(tests): Strong type property $router in RouterTestCôme Chilliet2024-06-181-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-05-071-5/+15
| | | | | | | | | | | | redirected root Signed-off-by: Steve Mokris <steve@kosada.com>
* | chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
|/ | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Fix RouterTest by adding IAppManagerCôme Chilliet2024-04-221-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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>