diff options
Diffstat (limited to 'tests/lib/appframework/db/MapperTest.php')
-rw-r--r-- | tests/lib/appframework/db/MapperTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/appframework/db/MapperTest.php b/tests/lib/appframework/db/MapperTest.php index c4eb35a068e..114081beb21 100644 --- a/tests/lib/appframework/db/MapperTest.php +++ b/tests/lib/appframework/db/MapperTest.php @@ -24,6 +24,8 @@ namespace OCP\AppFramework\Db; +use \OCP\IDb; + require_once __DIR__ . '/MapperTestUtility.php'; |