mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-01 11:47:14 -06:00
Fix test with DB fixtures
This commit is contained in:
parent
2cb61ea501
commit
7ad1458ad7
@ -24,8 +24,6 @@ declare(strict_types=1);
|
||||
namespace Tests\Feature;
|
||||
|
||||
|
||||
use FireflyIII\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
@ -33,7 +31,6 @@ use Tests\TestCase;
|
||||
*/
|
||||
class BasicTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
/**
|
||||
* A basic test example.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user