You are here

protected static property FeedResourceTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php \Drupal\Tests\aggregator\Functional\Rest\FeedResourceTestBase::modules

Modules to install.

Type: array

Overrides EntityResourceTestBase::$modules

File

core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php, line 13

Class

FeedResourceTestBase

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

protected static $modules = [
  'aggregator',
];