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

Modules to enable.

Type: array

Overrides AdvaggFunctionalTestBase::$modules

File

advagg_mod/tests/src/Functional/ModifierPagesTest.php, line 21

Class

ModifierPagesTest
Tests that all the AdvAgg Modifier path(s) return valid content.

Namespace

Drupal\Tests\advagg_mod\Functional

Code

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