You are here

public static property CourierKernelTestBase::$modules in Courier 8

Same name and namespace in other branches
  1. 2.x tests/src/Kernel/CourierKernelTestBase.php \Drupal\Tests\courier\Kernel\CourierKernelTestBase::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/CourierKernelTestBase.php, line 17

Class

CourierKernelTestBase
Base kernel test.

Namespace

Drupal\Tests\courier\Kernel

Code

public static $modules = [
  'dynamic_entity_reference',
  'filter',
  'field',
  'text',
  'courier',
];