Remove old $tester variable and usused imports

This commit is contained in:
Marcus Moore
2023-03-07 17:04:46 -08:00
parent 43ff7261b2
commit dd9c00195b
16 changed files with 0 additions and 126 deletions
-10
View File
@@ -5,20 +5,10 @@ use App\Models\Category;
use App\Models\Company;
use App\Models\Component;
use App\Models\Location;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Tests\TestCase;
class ComponentTest extends TestCase
{
/**
* @var \UnitTester
*/
protected $tester;
public function testAComponentBelongsToACompany()
{
$component = Component::factory()