diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-17 11:21:25 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-17 11:22:27 +0200 |
commit | d430e743b3ea01c0d155febd8c21f397bd2ce3d5 (patch) | |
tree | 77d4b9d493311fcc689cd970506a06cc31116593 /tests | |
parent | 59226892766bdcf626cd486fcbee0b1afa397927 (diff) | |
download | nextcloud-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; /** |