1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Merge pull request #3986 from BookStackApp/permission_testing

Permission Testing & Alignment
This commit is contained in:
Dan Brown
2023-01-24 21:37:28 +00:00
committed by GitHub
86 changed files with 1833 additions and 798 deletions

View File

@ -483,7 +483,7 @@ class PageContentTest extends TestCase
{
$page = $this->entities->page();
$this->actingAs($this->getAdmin())
$this->actingAs($this->users->admin())
->put($page->getUrl(''), [
'name' => 'Testing',
'html' => '<p>&quot;Hello &amp; welcome&quot;</p>',