You are here

public static property CssMinifierUnitTest::$modules in Advanced CSS/JS Aggregation 8.3

Same name and namespace in other branches
  1. 8.4 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

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