diff --git a/tests/ModelTest.php b/tests/ModelTest.php index 163fef6..efd925a 100644 --- a/tests/ModelTest.php +++ b/tests/ModelTest.php @@ -5,11 +5,9 @@ namespace Tests; use CodeIgniter\Entity\Entity; -use CodeIgniter\Model; use CodeIgniter\Test\CIUnitTestCase; use CodeIgniter\Test\DatabaseTestTrait; use Tests\Support\Database\Seeds\SeedTests; -use Tests\Support\Entities\Profile; use Tests\Support\Entities\User; use Tests\Support\Models\UserModel;