diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-16 19:57:08 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-03 14:00:33 +0100 |
commit | 2164085f22b56a3d9739a57788a93779a0d6ac39 (patch) | |
tree | 8bf09c01ec375aecd9ffe0d4f2722daa5fb9d990 /tests | |
parent | a6ca81b474d738b38e76f69be80187fdb2f3e2ec (diff) | |
download | nextcloud-server-2164085f22b56a3d9739a57788a93779a0d6ac39.tar.gz nextcloud-server-2164085f22b56a3d9739a57788a93779a0d6ac39.zip |
Fix urlgenerator test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/UrlGeneratorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/UrlGeneratorTest.php b/tests/lib/UrlGeneratorTest.php index c8d5b8ece2c..28fd2d336d2 100644 --- a/tests/lib/UrlGeneratorTest.php +++ b/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'), ); } |