From f708e40b753c7017d9a5b6d1b38dc0eb5cd6ddf8 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Mon, 1 Mar 2021 12:33:17 +0100 Subject: =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20share=20test=20name=20typo?= =?UTF-8?q?=20-=20testFindAllShared=20=3D>=20testFindAllSharedWithUser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- tests/Unit/Service/ItemServiceTest.php | 5 ++--- 1 file 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') -- cgit v1.2.3