From b8103697c90f405be49c54fb729b58b4d63e035e Mon Sep 17 00:00:00 2001 From: Shuvro Roy Date: Fri, 7 May 2021 12:45:55 +0600 Subject: [PATCH] Remove unused import --- src/Actions/LoadStructure.php | 1 - src/Concerns/TestCase.php | 1 - src/Support/Reflection.php | 1 - 3 files changed, 3 deletions(-) diff --git a/src/Actions/LoadStructure.php b/src/Actions/LoadStructure.php index b705f053..5cae76aa 100644 --- a/src/Actions/LoadStructure.php +++ b/src/Actions/LoadStructure.php @@ -6,7 +6,6 @@ namespace Pest\Actions; use Pest\Support\Str; use function Pest\testDirectory; -use PHPUnit\TextUI\Configuration\Configuration; use PHPUnit\Util\FileLoader; use RecursiveDirectoryIterator; use RecursiveIteratorIterator; diff --git a/src/Concerns/TestCase.php b/src/Concerns/TestCase.php index 1272d49c..650b94d1 100644 --- a/src/Concerns/TestCase.php +++ b/src/Concerns/TestCase.php @@ -9,7 +9,6 @@ use Pest\Support\ChainableClosure; use Pest\Support\ExceptionTrace; use Pest\TestSuite; use PHPUnit\Framework\ExecutionOrderDependency; -use PHPUnit\Util\Test; use Throwable; /** diff --git a/src/Support/Reflection.php b/src/Support/Reflection.php index 1266374b..c25709b9 100644 --- a/src/Support/Reflection.php +++ b/src/Support/Reflection.php @@ -12,7 +12,6 @@ use ReflectionException; use ReflectionFunction; use ReflectionNamedType; use ReflectionParameter; -use ReflectionProperty; /** * @internal