summaryrefslogtreecommitdiffstats
path: root/tests/Integration/IntegrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/IntegrationTest.php')
-rw-r--r--tests/Integration/IntegrationTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Integration/IntegrationTest.php b/tests/Integration/IntegrationTest.php
index f943e2940..6ecc3404c 100644
--- a/tests/Integration/IntegrationTest.php
+++ b/tests/Integration/IntegrationTest.php
@@ -12,15 +12,11 @@
namespace OCA\News\Tests\Integration;
-use PHPUnit\Framework\TestCase;
-
-use OCA\News\Db\Feed;
use OCA\News\Db\Item;
use OCP\AppFramework\Db\Entity;
use OCP\AppFramework\IAppContainer;
use OCP\IDBConnection;
-use OCP\IUserSession;
use OCP\IUserManager;
use OCA\News\AppInfo\Application;
@@ -30,8 +26,6 @@ use OCA\News\Tests\Integration\Fixtures\FolderFixture;
use OCA\News\Db\FeedMapper;
use OCA\News\Db\ItemMapper;
use OCA\News\Db\FolderMapper;
-use Psr\Container\ContainerInterface;
-
abstract class IntegrationTest extends \Test\TestCase
{