From caf581069753452da594f61e57ce2b2b7fed2659 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:43:36 +0000 Subject: [PATCH 1/2] Initial plan From f839649fdf19201bcdf1c84b8a0af1148fd097d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:48:36 +0000 Subject: [PATCH 2/2] Fix alphabetical ordering of use statements in test files Co-authored-by: chrillep <1267931+chrillep@users.noreply.github.com> Agent-Logs-Url: https://github.com/chrillep/etagconditionals/sessions/2a850694-3bc5-4413-ae12-ff9aac9bd13e --- tests/EtagConditionalsTest.php | 2 +- tests/IfMatchTest.php | 2 +- tests/IfNoneMatchTest.php | 2 +- tests/SetEtagTest.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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