summaryrefslogtreecommitdiffstats
path: root/tests/unit/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db')
-rw-r--r--tests/unit/db/FeedMapperTest.php2
-rw-r--r--tests/unit/db/FeedTest.php2
-rw-r--r--tests/unit/db/FolderMapperTest.php2
-rw-r--r--tests/unit/db/FolderTest.php2
-rw-r--r--tests/unit/db/ItemMapperTest.php2
-rw-r--r--tests/unit/db/ItemTest.php2
-rw-r--r--tests/unit/db/MapperFactoryTest.php3
-rw-r--r--tests/unit/db/postgres/ItemMapperTest.php3
8 files changed, 0 insertions, 18 deletions
diff --git a/tests/unit/db/FeedMapperTest.php b/tests/unit/db/FeedMapperTest.php
index c3b276ba6..83dcc40ef 100644
--- a/tests/unit/db/FeedMapperTest.php
+++ b/tests/unit/db/FeedMapperTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
class FeedMapperTest extends \OCP\AppFramework\Db\MapperTestUtility {
diff --git a/tests/unit/db/FeedTest.php b/tests/unit/db/FeedTest.php
index 6ebe27732..60fbeacc6 100644
--- a/tests/unit/db/FeedTest.php
+++ b/tests/unit/db/FeedTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
class FeedTest extends \PHPUnit_Framework_TestCase {
diff --git a/tests/unit/db/FolderMapperTest.php b/tests/unit/db/FolderMapperTest.php
index 192b303c9..b9196ef6b 100644
--- a/tests/unit/db/FolderMapperTest.php
+++ b/tests/unit/db/FolderMapperTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
class FolderMapperTest extends \OCP\AppFramework\Db\MapperTestUtility {
diff --git a/tests/unit/db/FolderTest.php b/tests/unit/db/FolderTest.php
index e2726e556..026d1cf03 100644
--- a/tests/unit/db/FolderTest.php
+++ b/tests/unit/db/FolderTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
class FolderTest extends \PHPUnit_Framework_TestCase {
diff --git a/tests/unit/db/ItemMapperTest.php b/tests/unit/db/ItemMapperTest.php
index a0ea3bae3..b9feba977 100644
--- a/tests/unit/db/ItemMapperTest.php
+++ b/tests/unit/db/ItemMapperTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
class ItemMapperTest extends \OCP\AppFramework\Db\MapperTestUtility {
diff --git a/tests/unit/db/ItemTest.php b/tests/unit/db/ItemTest.php
index 65fb0cd52..23deb4c14 100644
--- a/tests/unit/db/ItemTest.php
+++ b/tests/unit/db/ItemTest.php
@@ -13,8 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
class ItemTest extends \PHPUnit_Framework_TestCase {
diff --git a/tests/unit/db/MapperFactoryTest.php b/tests/unit/db/MapperFactoryTest.php
index c1acd0dbc..d96c9d857 100644
--- a/tests/unit/db/MapperFactoryTest.php
+++ b/tests/unit/db/MapperFactoryTest.php
@@ -13,9 +13,6 @@
namespace OCA\News\Db;
-require_once(__DIR__ . "/../../classloader.php");
-
-
class MapperFactoryTest extends \PHPUnit_Framework_TestCase {
diff --git a/tests/unit/db/postgres/ItemMapperTest.php b/tests/unit/db/postgres/ItemMapperTest.php
index 419e8e5f6..d7c684c14 100644
--- a/tests/unit/db/postgres/ItemMapperTest.php
+++ b/tests/unit/db/postgres/ItemMapperTest.php
@@ -17,9 +17,6 @@ use \OCA\News\Db\Item;
use \OCA\News\Db\StatusFlag;
-require_once(__DIR__ . "/../../../classloader.php");
-
-
class ItemMapperTest extends \OCP\AppFramework\Db\MapperTestUtility {
private $mapper;