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 87d3ac3 commit 6f0ba87Copy full SHA for 6f0ba87
.github/README.md
@@ -29,7 +29,7 @@ composer require plannr/laravel-fast-refresh-database
29
## Adding to your TestCase
30
Next, just replace the existing `RefreshDatabase` trait you are using in your TestCase file with the `FastRefreshDatabase` trait
31
32
-```php
+```diff
33
<?php
34
35
namespace Tests;
@@ -49,7 +49,7 @@ abstract class TestCase extends BaseTestCase
49
## Using Pest
50
Just replace the `uses` line in your `Pest.php` file
51
52
53
-use Illuminate\Foundation\Testing\RefreshDatabase;
54
+use App\Tests\Traits\FastRefreshDatabase;
55
0 commit comments