public static property GroupKernelTestBase::$modules in Group 8
Same name and namespace in other branches
- 2.0.x 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\KernelCode
public static $modules = [
'group',
'options',
'entity',
'variationcache',
'group_test_config',
];