You are here

public static property CrmCoreUserSyncRelationTest::$modules in CRM Core 8.3

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

modules/crm_core_user_sync/tests/src/Kernel/CrmCoreUserSyncRelationTest.php, line 19

Class

CrmCoreUserSyncRelationTest
Test description.

Namespace

Drupal\Tests\crm_core_user_sync\Kernel

Code

public static $modules = [
  'user',
  'name',
  'crm_core_contact',
  'crm_core_user_sync',
];