summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Service/ItemServiceTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Unit/Service/ItemServiceTest.php b/tests/Unit/Service/ItemServiceTest.php
index ff12a53f0..6c4658d5e 100644
--- a/tests/Unit/Service/ItemServiceTest.php
+++ b/tests/Unit/Service/ItemServiceTest.php
@@ -113,7 +113,7 @@ class ItemServiceTest extends TestCase
$result = $this->class->findAllInFolderAfter($this->user, 2, 20333, true);
$this->assertEquals([], $result);
}
-
+
public function testFindAllNewShared()
{
$this->mapper->expects($this->once())
@@ -185,8 +185,7 @@ class ItemServiceTest extends TestCase
$this->assertEquals(['val'], $result);
}
-
- public function testFindAllShared()
+ public function testFindAllSharedWithUser()
{
$this->mapper->expects($this->once())
->method('findAllSharedWithUser')