You are here

public static property CourierTest::$modules in Courier 8

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

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

src/Tests/CourierTest.php, line 29
Contains \Drupal\courier\Tests\CourierTest.

Class

CourierTest
Courier test.

Namespace

Drupal\courier\Tests

Code

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