summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utility')
-rw-r--r--tests/unit/utility/ConfigTest.php2
-rw-r--r--tests/unit/utility/FaviconFetcherTest.php3
-rw-r--r--tests/unit/utility/OPMLExporterTest.php2
-rw-r--r--tests/unit/utility/UpdaterTest.php7
4 files changed, 0 insertions, 14 deletions
diff --git a/tests/unit/utility/ConfigTest.php b/tests/unit/utility/ConfigTest.php
index 8a3173732..578949b4e 100644
--- a/tests/unit/utility/ConfigTest.php
+++ b/tests/unit/utility/ConfigTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Utility;
-require_once(__DIR__ . "/../../classloader.php");
-
class ConfigTest extends \PHPUnit_Framework_TestCase {
diff --git a/tests/unit/utility/FaviconFetcherTest.php b/tests/unit/utility/FaviconFetcherTest.php
index 777b552b3..b7499fd36 100644
--- a/tests/unit/utility/FaviconFetcherTest.php
+++ b/tests/unit/utility/FaviconFetcherTest.php
@@ -15,9 +15,6 @@
namespace OCA\News\Utility;
-require_once(__DIR__ . "/../../classloader.php");
-
-
class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
private $fetcher;
diff --git a/tests/unit/utility/OPMLExporterTest.php b/tests/unit/utility/OPMLExporterTest.php
index 1ff812aa7..1b8e76ca4 100644
--- a/tests/unit/utility/OPMLExporterTest.php
+++ b/tests/unit/utility/OPMLExporterTest.php
@@ -16,8 +16,6 @@ namespace OCA\News\Utility;
use \OCA\News\Db\Folder;
use \OCA\News\Db\Feed;
-require_once(__DIR__ . "/../../classloader.php");
-
class OPMLExporterTest extends \PHPUnit_Framework_TestCase {
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 {