diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index f0420614..8a257438 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -3,8 +3,6 @@ declare(strict_types=1); use Illuminate\Filesystem\FilesystemAdapter; -use ReflectionObject; -use ReflectionProperty; use Illuminate\Support\Str; use Illuminate\Support\Facades\DB; use Stancl\JobPipeline\JobPipeline; diff --git a/tests/QueueTest.php b/tests/QueueTest.php index 96307306..1bb73e9c 100644 --- a/tests/QueueTest.php +++ b/tests/QueueTest.php @@ -2,8 +2,6 @@ declare(strict_types=1); -use Closure; -use Exception; use Illuminate\Support\Str; use Illuminate\Bus\Queueable; use Spatie\Valuestore\Valuestore; @@ -23,7 +21,6 @@ use Illuminate\Queue\Events\JobProcessed; use Illuminate\Queue\Events\JobProcessing; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Bus\Dispatchable; -use PDO; use Stancl\Tenancy\Events\TenancyInitialized; use Stancl\Tenancy\Listeners\BootstrapTenancy; use Stancl\Tenancy\Listeners\RevertToCentralContext; diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index 0d7f4e56..29c7add8 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -6,7 +6,6 @@ use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Event; use Illuminate\Support\Facades\Schema; use Illuminate\Support\Str; -use PDO; use Stancl\JobPipeline\JobPipeline; use Stancl\Tenancy\Bootstrappers\DatabaseTenancyBootstrapper; use Stancl\Tenancy\Database\DatabaseManager; diff --git a/tests/TenantUserImpersonationTest.php b/tests/TenantUserImpersonationTest.php index 9fd6dc8c..e94861d9 100644 --- a/tests/TenantUserImpersonationTest.php +++ b/tests/TenantUserImpersonationTest.php @@ -4,7 +4,6 @@ declare(strict_types=1); use Carbon\Carbon; use Carbon\CarbonInterval; -use Closure; use Illuminate\Auth\SessionGuard; use Illuminate\Foundation\Auth\User as Authenticable; use Illuminate\Support\Facades\Auth;