mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Applied latest changes from styleCI
This commit is contained in:
@ -614,7 +614,7 @@ class PageContentTest extends TestCase
|
||||
$page = Page::query()->first();
|
||||
|
||||
$this->put($page->getUrl(), [
|
||||
'name' => $page->name, 'summary' => '',
|
||||
'name' => $page->name, 'summary' => '',
|
||||
'markdown' => 'test ',
|
||||
]);
|
||||
|
||||
@ -636,7 +636,7 @@ class PageContentTest extends TestCase
|
||||
$page = Page::query()->first();
|
||||
|
||||
$this->put($page->getUrl(), [
|
||||
'name' => $page->name, 'summary' => '',
|
||||
'name' => $page->name, 'summary' => '',
|
||||
'markdown' => 'test ',
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user