diff --git a/apps/testing/appinfo/app.php b/apps/testing/appinfo/app.php
index 402889f26749439a2382f0011e17604469558616..5dce74bf786a0ee46f7b7ecf93520bf921aa69f6 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 8f42d0442dde3d2e9a44994a933566e7742a4df9..9d2b100e8b00b6d5f87e5b473bac205e75d47cbf 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;