You are here

public static property GroupEventConfigTest::$modules in Event 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

modules/gevent/tests/src/Kernel/GroupEventConfigTest.php, line 19

Class

GroupEventConfigTest
Tests that all config provided by this module passes validation.

Namespace

Drupal\Tests\gevent\Kernel

Code

public static $modules = [
  'group',
  'event',
  'gevent',
  'views',
];