diff options
author | Vincent Petry <vincent@nextcloud.com> | 2023-01-04 11:16:56 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2023-01-09 15:18:37 +0100 |
commit | 42d9e087fb175a07588de41ebcd3a45b119e0199 (patch) | |
tree | 6583d5f59ab804c403220286dfb51cb19a121cd3 /tests/lib/Route | |
parent | 79f1c30a31f9453b119f9e9880a6308a86c78b39 (diff) | |
download | nextcloud-server-42d9e087fb175a07588de41ebcd3a45b119e0199.tar.gz nextcloud-server-42d9e087fb175a07588de41ebcd3a45b119e0199.zip |
Remove unused legacy ajax/list.php in files app
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'tests/lib/Route')
-rw-r--r-- | tests/lib/Route/RouterTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/Route/RouterTest.php b/tests/lib/Route/RouterTest.php index 1f03f4edecb..cc7eda199e2 100644 --- a/tests/lib/Route/RouterTest.php +++ b/tests/lib/Route/RouterTest.php @@ -43,9 +43,6 @@ class RouterTest extends TestCase { // the OCS route is the prefixed one for the AppFramework - see /ocs/v1.php for routing details $this->assertEquals('/index.php/ocsapp/apps/dav/api/v1/direct', $router->generate('ocs.dav.direct.getUrl')); - // special route name - should load all apps and then find the route - $this->assertEquals('/index.php/apps/files/ajax/list.php', $router->generate('files_ajax_list')); - // test caching $this->assertEquals('/index.php/apps/files/', $router->generate('files.view.index')); } |