From 589b321c005773138159d0016462be08f205945e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 15 Jan 2021 07:39:22 -0600 Subject: [PATCH] formatting --- database-testing.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/database-testing.md b/database-testing.md index be530043c2..96a5aff0e7 100644 --- a/database-testing.md +++ b/database-testing.md @@ -546,13 +546,12 @@ If you would like to use [database seeders](/docs/{{version}}/seeding) to popula } } -Alternatively, you may instruct the `RefreshDatabase` trait to automatically seed the database before each test. You may accomplish this by defining a `$seed` property on your test class, or use a specific seeder using the `$seeder` property: +Alternatively, you may instruct the `RefreshDatabase` trait to automatically seed the database before each test. You may accomplish this by defining a `$seed` property on your test class: ## Available Assertions