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:
use DatabaseMigrations;
```
Keep in mind that currently this isn't supported and should be removed:
```php
use DatabaseTransactions;
```
and
```php
use RefreshDatabase;
```
Keep in mind that these traits are not yet supported:
- `use Database Transactions;`
- `use RefreshDatabase;`
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