1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added some basic registration testing

This commit is contained in:
Dan Brown
2015-09-10 20:28:53 +01:00
parent 88049476fe
commit e8dd7fda1f
3 changed files with 44 additions and 1 deletions

View File

@ -39,4 +39,4 @@ $factory->define(BookStack\Page::class, function ($faker) {
'name' => $faker->sentence,
'html' => '<p>' . implode('</p>', $faker->paragraphs(5)) . '</p>'
];
});
});