summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility/UpdaterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utility/UpdaterTest.php')
-rw-r--r--tests/unit/utility/UpdaterTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/unit/utility/UpdaterTest.php b/tests/unit/utility/UpdaterTest.php
index f333dc4c7..1d61d65bb 100644
--- a/tests/unit/utility/UpdaterTest.php
+++ b/tests/unit/utility/UpdaterTest.php
@@ -13,13 +13,6 @@
namespace OCA\News\Utility;
-use \OCA\News\Service\FolderService;
-use \OCA\News\Service\FeedService;
-use \OCA\News\Service\ItemService;
-
-
-require_once(__DIR__ . "/../../classloader.php");
-
class UpdaterTest extends \PHPUnit_Framework_TestCase {