Skip to content

Commit

Permalink
[5.0] Move test seeding text below heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ntzm authored Aug 8, 2016
1 parent e661f51 commit 55e9db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 55e9db4

Please sign in to comment.