Fix test
This commit is contained in:
parent
cbfce9ab2e
commit
cb72ca5571
@ -5,11 +5,11 @@ namespace Tests;
|
||||
use App\Models\User;
|
||||
use App\Models\Report;
|
||||
use App\Models\Texture;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
class ReportControllerTest extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function testSubmit()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user