You are here

public static property CourierSystemTest::$modules in Courier 8

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

Modules to enable.

Type: array

Overrides CourierKernelTestBase::$modules

File

courier_system/tests/src/Kernel/CourierSystemTest.php, line 21

Class

CourierSystemTest
Tests Courier system.

Namespace

Drupal\Tests\courier_system\Kernel

Code

public static $modules = [
  'user',
  'system',
  'courier_system',
];