You are here

public static property CourierGlobalCollectionTest::$modules in Courier 8

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

Modules to enable.

Type: array

Overrides CourierKernelTestBase::$modules

File

tests/src/Kernel/CourierGlobalCollectionTest.php, line 16

Class

CourierGlobalCollectionTest
Tests Courier global template collections interaction with local templates.

Namespace

Drupal\Tests\courier\Kernel

Code

public static $modules = [
  'courier_test_message',
  'user',
];