summaryrefslogtreecommitdiffstats
path: root/tests/integration/db/FeedMapperTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 22:30:39 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 22:30:39 +0100
commit143272b1743109aab016fc0e02705176aab1e18d (patch)
tree111bd7278275716044c3051f1d8bc7df0166d9c3 /tests/integration/db/FeedMapperTest.php
parent06812535593cdbf38f1e10ab412c61f326f8ba4f (diff)
more integration tests
Diffstat (limited to 'tests/integration/db/FeedMapperTest.php')
-rw-r--r--tests/integration/db/FeedMapperTest.php46
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/integration/db/FeedMapperTest.php b/tests/integration/db/FeedMapperTest.php
new file mode 100644
index 000000000..c8de68281
--- /dev/null
+++ b/tests/integration/db/FeedMapperTest.php
@@ -0,0 +1,46 @@
+<?php
+
+namespace OCA\News\Db;
+
+use \OCA\News\Tests\Integration\NewsIntegrationTest;
+
+class FeedMapperTest extends NewsIntegrationTest {
+
+
+ public function testFind () {
+
+ }
+
+
+ /* TBD
+ public function testFindAll () {
+
+ }
+
+
+ public function testFindAllFromUser () {
+
+ }
+
+
+ public function testFindByUrlHash () {
+
+ }
+
+
+ public function testDelete () {
+
+ }
+
+
+ public function testGetToDelete () {
+
+ }
+
+
+ public function testDeleteUser () {
+
+ }*/
+
+
+} \ No newline at end of file