aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-07-17 11:21:25 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-07-17 11:22:27 +0200
commitd430e743b3ea01c0d155febd8c21f397bd2ce3d5 (patch)
tree77d4b9d493311fcc689cd970506a06cc31116593 /tests
parent59226892766bdcf626cd486fcbee0b1afa397927 (diff)
downloadnextcloud-server-d430e743b3ea01c0d155febd8c21f397bd2ce3d5.tar.gz
nextcloud-server-d430e743b3ea01c0d155febd8c21f397bd2ce3d5.zip
fixing namespace of MapperTestUtility
and rename file to be lowercase
Diffstat (limited to 'tests')
-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;
/**