We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b581 commit 0bbb404Copy full SHA for 0bbb404
README.md
@@ -129,16 +129,9 @@ Also inside each test classes, add:
129
use DatabaseMigrations;
130
```
131
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
140
-use RefreshDatabase;
141
+Keep in mind that these traits are not yet supported:
+- `use Database Transactions;`
+- `use RefreshDatabase;`
142
143
Configuration
144
-------------
0 commit comments