You are here

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/EventSubscriber/ExcludeContentField/RemoveParagraphParentIdTest.php, line 27

Class

RemoveParagraphParentIdTest
Tests remove paragraph parent_id field serialization.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\ExcludeContentField

Code

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