You are here

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

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

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