summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-18 23:50:36 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commitc2c92a3f5aef546c4dae5e551b11c3baa22c0c6b (patch)
tree35b9a66f14fdf9260de58d5b0b0f837363471d06 /tests
parent276460a240e1ded1ff097c37e2908f55802d8b4e (diff)
🩹 Fix issues after rebase
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Db/ItemTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Db/ItemTest.php b/tests/Unit/Db/ItemTest.php
index 8d556a445..3aa219105 100644
--- a/tests/Unit/Db/ItemTest.php
+++ b/tests/Unit/Db/ItemTest.php
@@ -453,7 +453,8 @@ class ItemTest extends TestCase
$this->assertArrayHasKey('categoriesJson', $item->getUpdatedFields());
}
- public function testSetSharedBy(){
+ public function testSetSharedBy()
+ {
$item = new Item();
$item->setSharedBy('Hector');
$this->assertEquals('Hector', $item->getSharedBy());