summaryrefslogtreecommitdiffstats
path: root/apps/testing/appinfo
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-07-22 12:40:14 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-07-24 13:42:58 +0200
commitd1993c32e5ef84af2ac30b7b89a5b491e113f455 (patch)
treefdfb1c217ad468edb5a41ce0bc2ea8b18c0b9dfa /apps/testing/appinfo
parent5eee110b15169240134fc54672fe38da63bc7fb1 (diff)
downloadnextcloud-server-d1993c32e5ef84af2ac30b7b89a5b491e113f455.tar.gz
nextcloud-server-d1993c32e5ef84af2ac30b7b89a5b491e113f455.zip
Move Application to AppInfo
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/testing/appinfo')
-rw-r--r--apps/testing/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php
index 402889f2674..5dce74bf786 100644
--- a/apps/testing/appinfo/app.php
+++ b/apps/testing/appinfo/app.php
@@ -19,5 +19,5 @@
*
*/
-$app = new \OCA\Testing\Application();
+$app = new \OCA\Testing\AppInfo\Application();