Browse Source
Fix urlgenerator test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/1741/head
Roeland Jago Douma
9 years ago
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with
1 additions and
1 deletions
-
tests/lib/UrlGeneratorTest.php
|
|
|
@ -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'), |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|