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