You are here

protected static property CssMinifierUnitTest::$modules in Advanced CSS/JS Aggregation 8.4

Same name and namespace in other branches
  1. 8.3 advagg_css_minify/tests/src/Kernel/Asset/CssMinifierUnitTest.php \Drupal\Tests\advagg_css_minify\Kernel\Asset\CssMinifierUnitTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

advagg_css_minify/tests/src/Kernel/Asset/CssMinifierUnitTest.php, line 20

Class

CssMinifierUnitTest
Tests the CSS asset minifier.

Namespace

Drupal\Tests\advagg_css_minify\Kernel\Asset

Code

protected static $modules = [
  'advagg_css_minify',
];