Problem/Motivation
Following #3336463: Htaccess rewrite rules for gzipped CSS and JavaScript aggregates never match we should probably have test coverage for the rewrite rules in .htaccess; we have test coverage for the FilesMatch protection and correct encoding of .svgz files, so we could add further test coverage for the other parts too.
Steps to reproduce
Proposed resolution
Add some tests to \Drupal\Tests\system\Functional\System\HtaccessTest.
Comments