summaryrefslogtreecommitdiffstats
path: root/tests/bl/ItemBlTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bl/ItemBlTest.php')
-rw-r--r--tests/bl/ItemBlTest.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/bl/ItemBlTest.php b/tests/bl/ItemBlTest.php
index e8c4cc9d7..dcc208705 100644
--- a/tests/bl/ItemBlTest.php
+++ b/tests/bl/ItemBlTest.php
@@ -238,17 +238,6 @@ class ItemBlTest extends \OCA\AppFramework\Utility\TestUtility {
$this->bl->readFeed($feedId, $this->user);
}
-
- public function testCreate(){
- $item = new Item();
-
- $this->mapper->expects($this->once())
- ->method('insert')
- ->with($this->equalTo($item));
-
- $this->bl->create($item, $this->user);
- }
-
}