public static property GroupConfigTest::$modules in Group 8
Same name and namespace in other branches
- 2.0.x tests/src/Kernel/GroupConfigTest.php \Drupal\Tests\group\Kernel\GroupConfigTest::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- tests/
src/ Kernel/ GroupConfigTest.php, line 19
Class
- GroupConfigTest
- Tests that all config provided by this module passes validation.
Namespace
Drupal\Tests\group\KernelCode
public static $modules = [
'group',
'options',
'entity',
'variationcache',
'block',
'views',
];