You are here

protected static property RelationshipsTestBase::$modules in Chaos Tool Suite (ctools) 8.3

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/RelationshipsTestBase.php, line 27

Class

RelationshipsTestBase

Namespace

Drupal\Tests\ctools\Kernel

Code

protected static $modules = [
  'user',
  'system',
  'node',
  'field',
  'text',
  'filter',
  'ctools',
];