From 0ebe8659af0e274318de1aef5c6f455dc363cc28 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 04:17:54 +0000 Subject: [PATCH] Fix grammatical issue in test comment Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- tests/unit/AssetMinifierTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/AssetMinifierTest.php b/tests/unit/AssetMinifierTest.php index dfdcb32..17210d4 100644 --- a/tests/unit/AssetMinifierTest.php +++ b/tests/unit/AssetMinifierTest.php @@ -219,7 +219,7 @@ class AssetMinifierTest extends Unit file_put_contents($this->testDir . '/test.js', 'function test() { return true; }'); // When cache is enabled, useNonMinified = false - // This would try to minify files in the hardcoded list, which won't match our test files + // This will try to minify files in the hardcoded list, which won't match our test files // So we just verify the mode is set correctly $result = \AssetMinifier::processAssets($this->testDir, false);