3
0
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:
Marcus Moore
2023-03-07 16:57:55 -08:00
parent 8c13a4c5c9
commit 43ff7261b2
19 changed files with 34 additions and 52 deletions

View File

@ -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;