You are here

public static property DefaultMatchingEngineUITest::$modules in CRM Core 8.2

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/tests/src/Functional/DefaultMatchingEngineUITest.php \Drupal\crm_core_match\Tests\DefaultMatchingEngineUITest::modules
  2. 8 modules/crm_core_match/src/Tests/DefaultMatchingEngineUITest.php \Drupal\crm_core_match\Tests\DefaultMatchingEngineUITest::modules

Modules to enable.

Type: array

File

modules/crm_core_match/src/Tests/DefaultMatchingEngineUITest.php, line 20

Class

DefaultMatchingEngineUITest
Tests the UI for DefaultMatchingEngine.

Namespace

Drupal\crm_core_match\Tests

Code

public static $modules = [
  'crm_core_match',
  'crm_core_tests',
  'block',
  'options',
  'datetime',
];