summaryrefslogtreecommitdiffstats
path: root/tests/bl/FeedBlTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bl/FeedBlTest.php')
-rw-r--r--tests/bl/FeedBlTest.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/bl/FeedBlTest.php b/tests/bl/FeedBlTest.php
index 3cf528722..15414a721 100644
--- a/tests/bl/FeedBlTest.php
+++ b/tests/bl/FeedBlTest.php
@@ -61,16 +61,6 @@ class FeedBlTest extends \OCA\AppFramework\Utility\TestUtility {
}
- public function testFindAll(){
- $this->mapper->expects($this->once())
- ->method('findAll')
- ->will($this->returnValue($this->response));
-
- $result = $this->bl->findAll();
- $this->assertEquals($this->response, $result);
- }
-
-
public function testFindAllFromUser(){
$this->mapper->expects($this->once())
->method('findAllFromUser')