Browse Source

Fix urlgenerator test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v11.0RC2
Roeland Jago Douma 7 years ago
parent
commit
2164085f22
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/lib/UrlGeneratorTest.php

+ 1
- 1
tests/lib/UrlGeneratorTest.php View File

@@ -63,7 +63,7 @@ class UrlGeneratorTest extends \Test\TestCase {
public function provideRoutes() {
return array(
array('files_ajax_list', 'http://localhost/owncloud/index.php/apps/files/ajax/list.php'),
array('core_ajax_preview', 'http://localhost/owncloud/index.php/core/preview.png'),
array('core.Preview.getPreview', 'http://localhost/owncloud/index.php/core/preview.png'),
);
}


Loading…
Cancel
Save