You are here

public static property FeedsMapperPathTest::$modules in Feeds 8.2

Modules to enable.

Type: array

Overrides FeedsWebTestBase::$modules

File

lib/Drupal/feeds/Tests/FeedsMapperPathTest.php, line 20
Test case for path alias mapper path.inc.

Class

FeedsMapperPathTest
Class for testing Feeds <em>path</em> mapper.

Namespace

Drupal\feeds\Tests

Code

public static $modules = array(
  'field',
  'field_ui',
  'path',
  'job_scheduler',
  'feeds_ui',
);