From d430e743b3ea01c0d155febd8c21f397bd2ce3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 17 Jul 2014 11:21:25 +0200 Subject: [PATCH] fixing namespace of MapperTestUtility and rename file to be lowercase --- .../db/{MapperTestUtility.php => mappertestutility.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/lib/appframework/db/{MapperTestUtility.php => mappertestutility.php} (99%) diff --git a/tests/lib/appframework/db/MapperTestUtility.php b/tests/lib/appframework/db/mappertestutility.php similarity index 99% rename from tests/lib/appframework/db/MapperTestUtility.php rename to 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; /**