summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility/UpdaterTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 01:18:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 01:18:53 +0200
commit5f0fd49ccd396e654a4bee159799f62ac74fd9f4 (patch)
treee9e0cbb845b6fc61325ca1cd967aa677c79e8156 /tests/unit/utility/UpdaterTest.php
parent311afe02dccf43ac497fb351ff579e6522529922 (diff)
add phpunit xml
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 {