1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-14 04:34:05 +02:00
Nextcloud-News/tests/Integration/Db/FeedMapperTest.php
2016-07-23 21:24:54 +02:00

55 lines
717 B
PHP

<?php
/**
* ownCloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2015
*/
namespace OCA\News\Db;
use \OCA\News\Tests\Integration\IntegrationTest;
class FeedMapperTest extends IntegrationTest {
public function testFind () {
}
/* TBD
public function testFindAll () {
}
public function testFindAllFromUser () {
}
public function testFindByUrlHash () {
}
public function testDelete () {
}
public function testGetToDelete () {
}
public function testDeleteUser () {
}*/
}