You are here

public static property GroupKernelTestBase::$modules in Group 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Kernel/GroupKernelTestBase.php \Drupal\Tests\group\Kernel\GroupKernelTestBase::modules

@todo Refactor tests to not automatically use group_test_config unless they have a good reason to.

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/GroupKernelTestBase.php, line 19

Class

GroupKernelTestBase
Defines an abstract test base for group kernel tests.

Namespace

Drupal\Tests\group\Kernel

Code

public static $modules = [
  'group',
  'options',
  'entity',
  'variationcache',
  'group_test_config',
];