Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
add "Database" to the use DatabaseMigrations; // line 311
  • Loading branch information
mstnorris committed May 31, 2015
1 parent bfc5726 commit ad11886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ One option is to rollback the database after each test and migrate it before the

class ExampleTest extends TestCase
{
use Migrations;
use DatabaseMigrations;

/**
* A basic functional test example.
Expand Down

0 comments on commit ad11886

Please sign in to comment.