You are here

public static property AggregatorTitleTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php \Drupal\Tests\aggregator\Kernel\AggregatorTitleTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php, line 21

Class

AggregatorTitleTest
Tests the aggregator_title formatter.

Namespace

Drupal\Tests\aggregator\Kernel

Code

public static $modules = [
  'file',
  'field',
  'options',
  'aggregator',
  'system',
];