You are here

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

Same name and namespace in other branches
  1. 8.3 advagg_cdn/tests/src/Functional/CdnTest.php \Drupal\Tests\advagg_cdn\Functional\CdnTest::modules

Modules to enable.

Type: array

Overrides AdvaggFunctionalTestBase::$modules

File

advagg_cdn/tests/src/Functional/CdnTest.php, line 22

Class

CdnTest
Tests that AdvAgg CDN changes are properly applied.

Namespace

Drupal\Tests\advagg_cdn\Functional

Code

protected static $modules = [
  'advagg_cdn',
  'advagg_test',
];