TwigAllowListTest::$modules

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/Theme/TwigAllowListTest.php \Drupal\KernelTests\Core\Theme\TwigAllowListTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Theme/TwigAllowListTest.php, line 42

Class

TwigAllowListTest
Tests the allowed list of entity properties.

Namespace

Drupal\KernelTests\Core\Theme

Code

protected static $modules = [
  'node',
  'taxonomy',
  'user',
  'text',
  'field',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.