PermissionsPerBundleTest::$modules

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php \Drupal\KernelTests\Core\Recipe\PermissionsPerBundleTest::modules
  2. 10 core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php \Drupal\KernelTests\Core\Recipe\PermissionsPerBundleTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php, line 44

Class

PermissionsPerBundleTest
Tests Permissions Per Bundle.

Namespace

Drupal\KernelTests\Core\Recipe

Code

protected static $modules = [
  'field',
  'file',
  'media',
  'media_test_source',
  'image',
  'node',
  'system',
  'taxonomy',
  'text',
  'user',
];

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