mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 02:24:33 +08:00
#47 - Added more test cases to test the APIs and permission for comments.
This commit is contained in:
@ -77,7 +77,7 @@ $factory->define(BookStack\Comment::class, function($faker) {
|
||||
$html = '<p>' . $text. '</p>';
|
||||
return [
|
||||
'html' => $html,
|
||||
'text' => '#' . $text,
|
||||
'text' => $text,
|
||||
'active' => 1
|
||||
];
|
||||
});
|
Reference in New Issue
Block a user