diff options
Diffstat (limited to 'tests/lib/UrlGeneratorTest.php')
-rw-r--r-- | tests/lib/UrlGeneratorTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/UrlGeneratorTest.php b/tests/lib/UrlGeneratorTest.php index 46508a217d8..5043dfb7a52 100644 --- a/tests/lib/UrlGeneratorTest.php +++ b/tests/lib/UrlGeneratorTest.php @@ -15,6 +15,8 @@ use OCP\IURLGenerator; /** * Class UrlGeneratorTest + * + * @package Test */ class UrlGeneratorTest extends \Test\TestCase { @@ -90,8 +92,8 @@ class UrlGeneratorTest extends \Test\TestCase { public function provideRoutes() { return [ - ['files_ajax_list', 'http://localhost/nextcloud/index.php/apps/files/ajax/list.php'], ['core.Preview.getPreview', 'http://localhost/nextcloud/index.php/core/preview.png'], + ['cloud_federation_api.requesthandlercontroller.addShare', 'http://localhost/nextcloud/index.php/ocm/shares'], ]; } |