You are here

public static property FocalPointCollectorTest::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/DependencyCollector/FocalPointCollectorTest.php, line 51

Class

FocalPointCollectorTest
Test focal point dependency collector.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\DependencyCollector

Code

public static $modules = [
  'acquia_contenthub',
  'crop',
  'focal_point',
  'depcalc',
  'file',
  'field',
  'filter',
  'image',
  'node',
  'system',
  'text',
  'user',
  'path_alias',
];