Unverified Commit 0bbb4045 authored by Divine's avatar Divine Committed by GitHub

update clarification for database migration

parent 9f1b5819
...@@ -129,16 +129,9 @@ Also inside each test classes, add: ...@@ -129,16 +129,9 @@ Also inside each test classes, add:
use DatabaseMigrations; use DatabaseMigrations;
``` ```
Keep in mind that currently this isn't supported and should be removed: Keep in mind that these traits are not yet supported:
- `use Database Transactions;`
```php - `use RefreshDatabase;`
use DatabaseTransactions;
```
and
```php
use RefreshDatabase;
```
Configuration Configuration
------------- -------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment