You are here

public static property FeedLanguageTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Tests/FeedLanguageTest.php \Drupal\aggregator\Tests\FeedLanguageTest::modules

Modules to install.

Type: array

Overrides AggregatorTestBase::$modules

File

core/modules/aggregator/src/Tests/FeedLanguageTest.php, line 24
Contains \Drupal\aggregator\Tests\FeedLanguageTest.

Class

FeedLanguageTest
Tests aggregator feeds in multiple languages.

Namespace

Drupal\aggregator\Tests

Code

public static $modules = array(
  'language',
);