You are here

public static property FeedsParaMapperTestBase::$modules in Feeds Paragraphs 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/FeedsParaMapperTestBase.php, line 33

Class

FeedsParaMapperTestBase
Test basic functionality via BrowserTestBase. @todo: tests are failing because some dependencies modules use PrivateTempStore, see https://www.drupal.org/project/feeds/issues/3012342 @todo: for now we applied the patch in the issue, waiting for module…

Namespace

Drupal\Tests\feeds_para_mapper\Functional

Code

public static $modules = array(
  'node',
  'field',
  'field_ui',
  'image',
  'paragraphs',
  'feeds',
  'feeds_para_mapper',
);