You are here

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

Same name and namespace in other branches
  1. 8.4 advagg_js_minify/tests/src/Functional/JsMinifyPagesTest.php \Drupal\Tests\advagg_js_minify\Functional\JsMinifyPagesTest::modules

Modules to enable.

Type: array

Overrides AdvaggFunctionalTestBase::$modules

File

advagg_js_minify/tests/src/Functional/JsMinifyPagesTest.php, line 21

Class

JsMinifyPagesTest
Tests that all the AdvAgg JS Minifier path(s) return valid content.

Namespace

Drupal\Tests\advagg_js_minify\Functional

Code

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