You are here

public static property HttpFetcherTest::$modules in Feeds 8.3

Modules to enable.

Type: array

Overrides FeedsBrowserTestBase::$modules

File

tests/src/Functional/Feeds/Fetcher/HttpFetcherTest.php, line 22

Class

HttpFetcherTest
@coversDefaultClass \Drupal\feeds\Feeds\Fetcher\HttpFetcher @group feeds

Namespace

Drupal\Tests\feeds\Functional\Feeds\Fetcher

Code

public static $modules = [
  'feeds',
  'node',
  'user',
  'file',
  'block',
  'taxonomy',
];