diff options
-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; /** |