mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix test with DB fixtures
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user