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:
@ -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>"Hello & welcome"</p>',
|
||||
|
Reference in New Issue
Block a user