Initial commit
This commit is contained in:
6
api/tests/Pest.php
Normal file
6
api/tests/Pest.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
uses(TestCase::class, RefreshDatabase::class)->in('Feature');
|
||||
Reference in New Issue
Block a user