Skip to content

Commit

Permalink
fix: remove fast refresh database dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
czernika committed Mar 20, 2024
1 parent 4c6b028 commit 376c23a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"laravel/pint": "^1.13",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^8.19",
"pestphp/pest": "^2.30",
"plannr/laravel-fast-refresh-database": "^1.1"
"pestphp/pest": "^2.30"
},
"autoload": {
"psr-4": {
Expand Down
49 changes: 1 addition & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/TestFeatureCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
namespace Tests;

use App\Models\User;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Testing\TestResponse;
use Orchid\Support\Testing\ScreenTesting;
use Plannr\Laravel\FastRefreshDatabase\Traits\FastRefreshDatabase;

class TestFeatureCase extends TestCase
{
use FastRefreshDatabase, ScreenTesting;
use RefreshDatabase, ScreenTesting;

public function see(): TestResponse
{
Expand Down

0 comments on commit 376c23a

Please sign in to comment.