From d1993c32e5ef84af2ac30b7b89a5b491e113f455 Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
Date: Sat, 22 Jul 2017 12:40:14 +0200
Subject: [PATCH] Move Application to AppInfo

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
---
 apps/testing/appinfo/app.php                   | 2 +-
 apps/testing/lib/{ => AppInfo}/Application.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename apps/testing/lib/{ => AppInfo}/Application.php (97%)

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();
 
diff --git a/apps/testing/lib/Application.php b/apps/testing/lib/AppInfo/Application.php
similarity index 97%
rename from apps/testing/lib/Application.php
rename to apps/testing/lib/AppInfo/Application.php
index 8f42d0442dd..9d2b100e8b0 100644
--- a/apps/testing/lib/Application.php
+++ b/apps/testing/lib/AppInfo/Application.php
@@ -19,7 +19,7 @@
  *
  */
 
-namespace OCA\Testing;
+namespace OCA\Testing\AppInfo;
 
 use OCP\AppFramework\App;
 use OCA\Testing\AlternativeHomeUserBackend;
-- 
GitLab