You are here

public static property FieldClearingNodeTest::$modules in Acquia Content Hub 8

Modules to enable for this test.

Type: string[]

Overrides ContentHubTestBase::$modules

File

tests/src/Functional/FieldClearingNodeTest.php, line 42

Class

FieldClearingNodeTest
Test that Acquia Content Hub respects Field Сlearing.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public static $modules = [
  'node',
  'acquia_contenthub',
  'field',
  'field_ui',
  'user',
];