Same name and namespace in other branches
  1. 5.0.x tests/src/Functional/AdvaggPathManipulationTest.php \Drupal\Tests\advagg\Functional\AdvaggPathManipulationTest::modules
  2. 8.x-2.x src/Tests/AdvaggPathManipulationTest.php \Drupal\advagg\Tests\AdvaggPathManipulationTest::modules
  3. 8.x-3.x tests/src/Functional/AdvaggPathManipulationTest.php \Drupal\Tests\advagg\Functional\AdvaggPathManipulationTest::modules
  4. 8.x-4.x tests/src/Functional/AdvaggPathManipulationTest.php \Drupal\Tests\advagg\Functional\AdvaggPathManipulationTest::modules

Modules to enable.

Type: array

Overrides AdvaggFunctionalTestBase::$modules

Fichier

tests/src/Functional/AdvaggPathManipulationTest.php, line 21

Classe

AdvaggPathManipulationTest
Tests that all the asset path settings function correctly.

Namespace

Drupal\Tests\advagg\Functional

Code

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