From 1883bd9b4db9899c85f6eaf4b3834476234bd1fd Mon Sep 17 00:00:00 2001 From: Denis Smet Date: Thu, 14 Mar 2024 12:22:47 +0400 Subject: [PATCH] Fixes --- src/Validators/ErrorSuite.php | 2 -- tests/Blueprint/RulesTest.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Validators/ErrorSuite.php b/src/Validators/ErrorSuite.php index d698cc56..d4c9917b 100644 --- a/src/Validators/ErrorSuite.php +++ b/src/Validators/ErrorSuite.php @@ -22,8 +22,6 @@ use JBZoo\CIReportConverter\Converters\TeamCityTestsConverter; use JBZoo\CIReportConverter\Formats\Source\SourceSuite; use JBZoo\CsvBlueprint\Utils; -use JBZoo\Utils\Cli; -use JBZoo\Utils\Env; use JBZoo\Utils\Vars; use Symfony\Component\Console\Helper\Table; use Symfony\Component\Console\Output\BufferedOutput; diff --git a/tests/Blueprint/RulesTest.php b/tests/Blueprint/RulesTest.php index 9fd72b83..ad6fa0ca 100644 --- a/tests/Blueprint/RulesTest.php +++ b/tests/Blueprint/RulesTest.php @@ -21,6 +21,7 @@ use JBZoo\CsvBlueprint\Rules\AtLeastContains; use JBZoo\CsvBlueprint\Rules\CardinalDirection; use JBZoo\CsvBlueprint\Rules\DateFormat; +use JBZoo\CsvBlueprint\Rules\EndsWith; use JBZoo\CsvBlueprint\Rules\ExactValue; use JBZoo\CsvBlueprint\Rules\IsAlias; use JBZoo\CsvBlueprint\Rules\IsBool; @@ -49,7 +50,6 @@ use JBZoo\CsvBlueprint\Rules\OnlyUppercase; use JBZoo\CsvBlueprint\Rules\Precision; use JBZoo\CsvBlueprint\Rules\Regex; -use JBZoo\CsvBlueprint\Rules\EndsWith; use JBZoo\CsvBlueprint\Rules\StartsWith; use JBZoo\CsvBlueprint\Rules\UsaMarketName; use JBZoo\CsvBlueprint\Rules\WordCount;