mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 01:24:38 +08:00
Started refactor to merge entity repos
This commit is contained in:
@ -65,9 +65,9 @@ class RestrictionsTest extends TestCase
|
||||
$this->forceVisit($bookUrl)
|
||||
->see('Book not found');
|
||||
$this->forceVisit($bookPage->getUrl())
|
||||
->see('Book not found');
|
||||
->see('Page not found');
|
||||
$this->forceVisit($bookChapter->getUrl())
|
||||
->see('Book not found');
|
||||
->see('Chapter not found');
|
||||
|
||||
$this->setEntityRestrictions($book, ['view']);
|
||||
|
||||
|
Reference in New Issue
Block a user