summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-07-17 12:42:39 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-07-17 12:42:39 +0200
commit3e4304e536a20495e3f208deeeb9d81784047369 (patch)
tree77d4b9d493311fcc689cd970506a06cc31116593
parent59226892766bdcf626cd486fcbee0b1afa397927 (diff)
parentd430e743b3ea01c0d155febd8c21f397bd2ce3d5 (diff)
downloadnextcloud-server-3e4304e536a20495e3f208deeeb9d81784047369.tar.gz
nextcloud-server-3e4304e536a20495e3f208deeeb9d81784047369.zip
Merge pull request #9696 from owncloud/fix-appframework-test-namespaces-master
fixing namespace of MapperTestUtility
-rw-r--r--tests/lib/appframework/db/mappertestutility.php (renamed from tests/lib/appframework/db/MapperTestUtility.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/appframework/db/MapperTestUtility.php b/tests/lib/appframework/db/mappertestutility.php
index fc0e5c2c445..0430eef2c21 100644
--- a/tests/lib/appframework/db/MapperTestUtility.php
+++ b/tests/lib/appframework/db/mappertestutility.php
@@ -22,7 +22,7 @@
*/
-namespace OCP\AppFramework\Db;
+namespace Test\AppFramework\Db;
/**