Fix grammatical issue in test comment

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-28 04:17:54 +00:00
parent 989416105b
commit 0ebe8659af

View File

@@ -219,7 +219,7 @@ class AssetMinifierTest extends Unit
file_put_contents($this->testDir . '/test.js', 'function test() { return true; }'); file_put_contents($this->testDir . '/test.js', 'function test() { return true; }');
// When cache is enabled, useNonMinified = false // 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 // So we just verify the mode is set correctly
$result = \AssetMinifier::processAssets($this->testDir, false); $result = \AssetMinifier::processAssets($this->testDir, false);