summaryrefslogtreecommitdiffstats
path: root/tests/Integration
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-11-10 13:18:13 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-10 16:47:42 +0100
commit7effe4654b8243e0ca4dd9c4fa13ac53203c28b2 (patch)
tree1020b36cbd81c225bfeab8c758fa4be6eb6c298c /tests/Integration
parent5bdc2df7f484f6618919a63247045027d43b78f7 (diff)
Unremove but deprecate User API
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'tests/Integration')
-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
{