Browse Source

Fix urlgenerator test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/1741/head
Roeland Jago Douma 9 years ago
parent
commit
2164085f22
No known key found for this signature in database GPG Key ID: 1E152838F164D13B
  1. 2
      tests/lib/UrlGeneratorTest.php

2
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'),
);
}

Loading…
Cancel
Save