#47 - Added more test cases to test the APIs and permission for comments.

This commit is contained in:
Abijeet
2017-06-13 02:31:17 +05:30
parent fd50efb503
commit 7d02f77e67
4 changed files with 264 additions and 2 deletions

View File

@ -77,7 +77,7 @@ $factory->define(BookStack\Comment::class, function($faker) {
$html = '<p>' . $text. '</p>';
return [
'html' => $html,
'text' => '#' . $text,
'text' => $text,
'active' => 1
];
});