diff --git a/tests/EtagConditionalsTest.php b/tests/EtagConditionalsTest.php index ab5a22d..8e38369 100644 --- a/tests/EtagConditionalsTest.php +++ b/tests/EtagConditionalsTest.php @@ -2,9 +2,9 @@ namespace Werk365\EtagConditionals\Tests; -use PHPUnit\Framework\Attributes\Test; use Illuminate\Http\Request; use Orchestra\Testbench\TestCase; +use PHPUnit\Framework\Attributes\Test; use Symfony\Component\HttpFoundation\Response; use Werk365\EtagConditionals\EtagConditionals; diff --git a/tests/IfMatchTest.php b/tests/IfMatchTest.php index c31bd8b..57625c3 100644 --- a/tests/IfMatchTest.php +++ b/tests/IfMatchTest.php @@ -2,9 +2,9 @@ namespace Werk365\EtagConditionals\Tests; -use PHPUnit\Framework\Attributes\Test; use Illuminate\Support\Facades\Config; use Orchestra\Testbench\TestCase; +use PHPUnit\Framework\Attributes\Test; use Werk365\EtagConditionals\Middleware\IfMatch; final class IfMatchTest extends TestCase diff --git a/tests/IfNoneMatchTest.php b/tests/IfNoneMatchTest.php index 2c9a798..f15ea18 100644 --- a/tests/IfNoneMatchTest.php +++ b/tests/IfNoneMatchTest.php @@ -2,9 +2,9 @@ namespace Werk365\EtagConditionals\Tests; -use PHPUnit\Framework\Attributes\Test; use Illuminate\Support\Facades\Config; use Orchestra\Testbench\TestCase; +use PHPUnit\Framework\Attributes\Test; use Werk365\EtagConditionals\Middleware\IfNoneMatch; final class IfNoneMatchTest extends TestCase diff --git a/tests/SetEtagTest.php b/tests/SetEtagTest.php index 7fe4a4b..0736deb 100644 --- a/tests/SetEtagTest.php +++ b/tests/SetEtagTest.php @@ -2,8 +2,8 @@ namespace Werk365\EtagConditionals\Tests; -use PHPUnit\Framework\Attributes\Test; use Orchestra\Testbench\TestCase; +use PHPUnit\Framework\Attributes\Test; use Werk365\EtagConditionals\Middleware\SetEtag; final class SetEtagTest extends TestCase