summaryrefslogtreecommitdiffstats
path: root/tests/integration/OCA/News/Tests/Integration/Fixtures/FolderFixture.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/OCA/News/Tests/Integration/Fixtures/FolderFixture.php')
-rw-r--r--tests/integration/OCA/News/Tests/Integration/Fixtures/FolderFixture.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/integration/OCA/News/Tests/Integration/Fixtures/FolderFixture.php b/tests/integration/OCA/News/Tests/Integration/Fixtures/FolderFixture.php
deleted file mode 100644
index f934f00db..000000000
--- a/tests/integration/OCA/News/Tests/Integration/Fixtures/FolderFixture.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2015
- */
-
-
-namespace OCA\News\Tests\Integration\Fixtures;
-
-
-use OCA\News\Db\Folder;
-
-class FolderFixture extends Folder {
- use Fixture;
-} \ No newline at end of file