From 068b5570b6757dad90367e78f209ebda8f7cfaed Mon Sep 17 00:00:00 2001 From: SmetDenis Date: Sun, 24 Mar 2024 01:29:25 +0400 Subject: [PATCH] Fix --- tests/UtilsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/UtilsTest.php b/tests/UtilsTest.php index a64118ce..ab3909da 100644 --- a/tests/UtilsTest.php +++ b/tests/UtilsTest.php @@ -17,7 +17,6 @@ namespace JBZoo\PHPUnit; use JBZoo\CsvBlueprint\Utils; -use Symfony\Component\Finder\Finder; use Symfony\Component\Finder\SplFileInfo; final class UtilsTest extends TestCase