mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 14:05:28 +00:00
Remove redundant base test case
This commit is contained in:
@ -5,13 +5,13 @@ use App\Models\CustomField;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||
use Tests\Unit\BaseTest;
|
||||
use Tests\TestCase;
|
||||
|
||||
/*
|
||||
* Test strings for db column names gathered from
|
||||
* http://www.omniglot.com/language/phrases/hovercraft.htm
|
||||
*/
|
||||
class CustomFieldTest extends BaseTest
|
||||
class CustomFieldTest extends TestCase
|
||||
{
|
||||
protected $tester;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user