summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Db/FolderMapperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/Db/FolderMapperTest.php')
-rw-r--r--tests/Integration/Db/FolderMapperTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Integration/Db/FolderMapperTest.php b/tests/Integration/Db/FolderMapperTest.php
index 80ff1963c..4be407566 100644
--- a/tests/Integration/Db/FolderMapperTest.php
+++ b/tests/Integration/Db/FolderMapperTest.php
@@ -8,10 +8,10 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2015
*/
-
-namespace OCA\News\Db;
-use \OCA\News\Tests\Integration\IntegrationTest;
+namespace OCA\News\Tests\Integration\Db;
+
+use OCA\News\Tests\Integration\IntegrationTest;
class FolderMapperTest extends IntegrationTest {