You are here

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

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

Modules to enable.

Type: array

Overrides AdvaggFunctionalTestBase::$modules

File

advagg_bundler/tests/src/Functional/BundlerTest.php, line 22

Class

BundlerTest
Tests that AdvAgg Bundler is functioning correctly.

Namespace

Drupal\Tests\advagg_bundler\Functional

Code

public static $modules = [
  'advagg_bundler',
  'advagg_bundler_test',
];