1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge branch 'v23-10' into development

This commit is contained in:
Dan Brown
2023-12-03 18:57:07 +00:00
8 changed files with 115 additions and 39 deletions

View File

@@ -78,7 +78,7 @@ class ThemeTest extends TestCase
$page = $this->entities->page();
$content = new PageContent($page);
$content->setNewMarkdown('# test');
$content->setNewMarkdown('# test', $this->users->editor());
$this->assertTrue($callbackCalled);
}