summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/ExportControllerTest.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/controller/ExportControllerTest.php
parent311afe02dccf43ac497fb351ff579e6522529922 (diff)
add phpunit xml
Diffstat (limited to 'tests/unit/controller/ExportControllerTest.php')
-rw-r--r--tests/unit/controller/ExportControllerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/controller/ExportControllerTest.php b/tests/unit/controller/ExportControllerTest.php
index ded145f2b..28d69c6f3 100644
--- a/tests/unit/controller/ExportControllerTest.php
+++ b/tests/unit/controller/ExportControllerTest.php
@@ -20,8 +20,6 @@ use \OCA\News\Utility\OPMLExporter;
use \OCA\News\Db\Item;
use \OCA\News\Db\Feed;
-require_once(__DIR__ . "/../../classloader.php");
-
class ExportControllerTest extends \PHPUnit_Framework_TestCase {