diff --git a/tests/BookmarkTest.php b/tests/BookmarkTest.php index b99dfd7..f54b9e5 100644 --- a/tests/BookmarkTest.php +++ b/tests/BookmarkTest.php @@ -294,6 +294,10 @@ class BookmarkTest extends TestBase */ public function testEditAllowedBookmarkId() { + $uid = $this->addUser(); + $bid = $this->addBookmark(); + $this->us->setCurrentUserId($uid); + $this->assertTrue($this->bs->editAllowed($bid)); }