Fix grammatical issue in test comment
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user