diff options
Diffstat (limited to 'tests/lib/appframework/db/EntityTest.php')
-rw-r--r-- | tests/lib/appframework/db/EntityTest.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/lib/appframework/db/EntityTest.php b/tests/lib/appframework/db/EntityTest.php index 161e11d8030..e1a3d7533be 100644 --- a/tests/lib/appframework/db/EntityTest.php +++ b/tests/lib/appframework/db/EntityTest.php @@ -21,7 +21,10 @@ * */ -namespace OCP\AppFramework\Db; +namespace Test\AppFramework\Db; + + +use OCP\AppFramework\Db\Entity; /** |