summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Db/ItemTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Db/ItemTest.php')
-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());