summaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Db')
-rw-r--r--tests/lib/AppFramework/Db/EntityTest.php1
-rw-r--r--tests/lib/AppFramework/Db/MapperTestUtility.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/AppFramework/Db/EntityTest.php b/tests/lib/AppFramework/Db/EntityTest.php
index 8676bf74cb0..b2113789810 100644
--- a/tests/lib/AppFramework/Db/EntityTest.php
+++ b/tests/lib/AppFramework/Db/EntityTest.php
@@ -23,7 +23,6 @@
namespace Test\AppFramework\Db;
-
use OCP\AppFramework\Db\Entity;
use PHPUnit\Framework\Constraint\IsType;
diff --git a/tests/lib/AppFramework/Db/MapperTestUtility.php b/tests/lib/AppFramework/Db/MapperTestUtility.php
index 11905a9bbbb..ebcc4a11e26 100644
--- a/tests/lib/AppFramework/Db/MapperTestUtility.php
+++ b/tests/lib/AppFramework/Db/MapperTestUtility.php
@@ -23,7 +23,6 @@
namespace Test\AppFramework\Db;
-
/**
* Simple utility class for testing mappers
*/