From 3aa8fdc8338e3b181ce97d1278d17843fe414b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 16 Jun 2024 19:02:29 +0200 Subject: [PATCH] Fix: Remove unused imports --- test/Unit/Attribute/MaximumDurationTest.php | 1 - test/Unit/Console/ColorTest.php | 1 - test/Unit/CountTest.php | 1 - test/Unit/DurationTest.php | 1 - test/Unit/PhaseIdentifierTest.php | 1 - test/Unit/TestIdentifierTest.php | 1 - test/Unit/Version/MajorTest.php | 1 - test/Unit/Version/SeriesTest.php | 1 - 8 files changed, 8 deletions(-) diff --git a/test/Unit/Attribute/MaximumDurationTest.php b/test/Unit/Attribute/MaximumDurationTest.php index 2855f838..b3aa80a4 100644 --- a/test/Unit/Attribute/MaximumDurationTest.php +++ b/test/Unit/Attribute/MaximumDurationTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Attribute; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Attribute; use Ergebnis\PHPUnit\SlowTestDetector\Exception; use Ergebnis\PHPUnit\SlowTestDetector\Test; diff --git a/test/Unit/Console/ColorTest.php b/test/Unit/Console/ColorTest.php index 7649c939..8536bfe0 100644 --- a/test/Unit/Console/ColorTest.php +++ b/test/Unit/Console/ColorTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Console; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Console; use Ergebnis\PHPUnit\SlowTestDetector\Test; use PHPUnit\Framework; diff --git a/test/Unit/CountTest.php b/test/Unit/CountTest.php index 94eb3e3f..7e7c1739 100644 --- a/test/Unit/CountTest.php +++ b/test/Unit/CountTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Count; use Ergebnis\PHPUnit\SlowTestDetector\Exception; use PHPUnit\Framework; diff --git a/test/Unit/DurationTest.php b/test/Unit/DurationTest.php index 95256ff8..da5da24f 100644 --- a/test/Unit/DurationTest.php +++ b/test/Unit/DurationTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Duration; use Ergebnis\PHPUnit\SlowTestDetector\Exception; use Ergebnis\PHPUnit\SlowTestDetector\Test; diff --git a/test/Unit/PhaseIdentifierTest.php b/test/Unit/PhaseIdentifierTest.php index 32c28b7d..08b61cfd 100644 --- a/test/Unit/PhaseIdentifierTest.php +++ b/test/Unit/PhaseIdentifierTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Exception; use Ergebnis\PHPUnit\SlowTestDetector\PhaseIdentifier; use Ergebnis\PHPUnit\SlowTestDetector\Test; diff --git a/test/Unit/TestIdentifierTest.php b/test/Unit/TestIdentifierTest.php index cfa327c7..d7510fb1 100644 --- a/test/Unit/TestIdentifierTest.php +++ b/test/Unit/TestIdentifierTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Exception; use Ergebnis\PHPUnit\SlowTestDetector\Test; use Ergebnis\PHPUnit\SlowTestDetector\TestIdentifier; diff --git a/test/Unit/Version/MajorTest.php b/test/Unit/Version/MajorTest.php index 35717eba..1806d65e 100644 --- a/test/Unit/Version/MajorTest.php +++ b/test/Unit/Version/MajorTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Version; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Test; use Ergebnis\PHPUnit\SlowTestDetector\Version; use PHPUnit\Framework; diff --git a/test/Unit/Version/SeriesTest.php b/test/Unit/Version/SeriesTest.php index e572d923..e8b8e3df 100644 --- a/test/Unit/Version/SeriesTest.php +++ b/test/Unit/Version/SeriesTest.php @@ -13,7 +13,6 @@ namespace Ergebnis\PHPUnit\SlowTestDetector\Test\Unit\Version; -use Ergebnis\DataProvider; use Ergebnis\PHPUnit\SlowTestDetector\Test; use Ergebnis\PHPUnit\SlowTestDetector\Version; use PHPUnit\Framework;