Skip to content

Commit 6f0ba87

Browse files
committed
Use diff
1 parent 87d3ac3 commit 6f0ba87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ composer require plannr/laravel-fast-refresh-database
2929
## Adding to your TestCase
3030
Next, just replace the existing `RefreshDatabase` trait you are using in your TestCase file with the `FastRefreshDatabase` trait
3131

32-
```php
32+
```diff
3333
<?php
3434

3535
namespace Tests;
@@ -49,7 +49,7 @@ abstract class TestCase extends BaseTestCase
4949
## Using Pest
5050
Just replace the `uses` line in your `Pest.php` file
5151

52-
```php
52+
```diff
5353
-use Illuminate\Foundation\Testing\RefreshDatabase;
5454
+use App\Tests\Traits\FastRefreshDatabase;
5555

0 commit comments

Comments
 (0)