Fix urlgenerator test

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-10-16 19:57:08 +02:00
parent a6ca81b474
commit 2164085f22
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B

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