Skip to content

Commit 0bbb404

Browse files
authored
update clarification for database migration
1 parent 9f1b581 commit 0bbb404

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,9 @@ Also inside each test classes, add:
129129
use DatabaseMigrations;
130130
```
131131

132-
Keep in mind that currently this isn't supported and should be removed:
133-
134-
```php
135-
use DatabaseTransactions;
136-
```
137-
and
138-
139-
```php
140-
use RefreshDatabase;
141-
```
132+
Keep in mind that these traits are not yet supported:
133+
- `use Database Transactions;`
134+
- `use RefreshDatabase;`
142135

143136
Configuration
144137
-------------

0 commit comments

Comments
 (0)