You are here

public static property UpdateExistingTest::$modules in Feeds 8.3

Modules to enable.

Type: array

Overrides FeedsKernelTestBase::$modules

File

tests/src/Kernel/UpdateExistingTest.php, line 17

Class

UpdateExistingTest
Tests the feature of updating items.

Namespace

Drupal\Tests\feeds\Kernel

Code

public static $modules = [
  'field',
  'node',
  'user',
  'feeds',
  'text',
  'filter',
  'options',
  'entity_test',
  'feeds_test_entity',
];