* @copyright Bernhard Posselt 2015 */ namespace OCA\News\Tests\Integration\Db; use OCA\News\Tests\Integration\IntegrationTest; class FolderMapperTest extends IntegrationTest { public function testFind() { } /* TBD public function testFindByName () { } public function testFindAllFromUser () { } public function testDelete () { } public function testGetToDelete () { } public function testDeleteUser () { }*/ }