You are here

public static property FeedsEventsTest::$modules in Feeds 8.3

Modules to enable.

Type: array

Overrides FeedsKernelTestBase::$modules

File

tests/src/Kernel/FeedsEventsTest.php, line 18

Class

FeedsEventsTest
Tests for dispatching feeds events.

Namespace

Drupal\Tests\feeds\Kernel

Code

public static $modules = [
  'field',
  'node',
  'feeds',
  'text',
  'filter',
  'feeds_test_events',
];