You are here

public static property FeedsWebTestBase::$modules in Feeds 8.2

Modules to enable.

Type: array

File

lib/Drupal/feeds/Tests/FeedsWebTestBase.php, line 30
Common functionality for all Feeds tests.

Class

FeedsWebTestBase
Test basic Data API functionality.

Namespace

Drupal\feeds\Tests

Code

public static $modules = array(
  'taxonomy',
  'image',
  'file',
  'field',
  'field_ui',
  // 'feeds_tests',
  'job_scheduler',
  'feeds_ui',
  'views',
);