AggregatorTitleTest::$modules

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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.