You are here

public static property ItemListControllerTest::$modules in Feeds 8.3

Modules to enable.

Type: array

Overrides FeedsBrowserTestBase::$modules

File

tests/src/Functional/Controller/ItemListControllerTest.php, line 17

Class

ItemListControllerTest
Lists the feed items belonging to a feed.

Namespace

Drupal\Tests\feeds\Functional\Controller

Code

public static $modules = [
  'entity_test',
  'feeds',
  'feeds_test_entity',
];