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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user