From 55e9db47557a3ffbff34b210d7f2d689503028e2 Mon Sep 17 00:00:00 2001 From: Nat Zimmermann Date: Mon, 8 Aug 2016 10:07:46 +0100 Subject: [PATCH] [5.0] Move test seeding text below heading --- testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing.md b/testing.md index 43bcc468717..fafd6614d74 100644 --- a/testing.md +++ b/testing.md @@ -192,10 +192,10 @@ You may set the currently authenticated user using the `be` method: $this->be($user); -You may re-seed your database from a test using the `seed` method: - #### Re-Seeding Database From Tests +You may re-seed your database from a test using the `seed` method: + $this->seed(); $this->seed('DatabaseSeeder');