You are here

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

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

Overrides GroupKernelTestBase::$modules

File

tests/src/Kernel/RelationHandlerTest.php, line 18

Class

RelationHandlerTest
Tests that relation handlers work as expected.

Namespace

Drupal\Tests\group\Kernel

Code

public static $modules = [
  'node',
  'group_test_plugin',
  'group_test_plugin_alter',
];