CacheExampleTest::$modules

Same name in other branches
  1. 3.x modules/cache_example/tests/src/Functional/CacheExampleTest.php \Drupal\Tests\cache_example\Functional\CacheExampleTest::modules
  2. 4.0.x modules/cache_example/tests/src/Functional/CacheExampleTest.php \Drupal\Tests\cache_example\Functional\CacheExampleTest::modules

Modules to enable.

Type: array

File

cache_example/tests/src/Functional/CacheExampleTest.php, line 27

Class

CacheExampleTest
Tests for the cache_example module.

Namespace

Drupal\Tests\cache_example\Functional

Code

public static $modules = [
    'cache_example',
];