You are here

protected static property FeedValidationTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php, line 20

Class

FeedValidationTest
Tests feed validation constraints.

Namespace

Drupal\Tests\aggregator\Kernel

Code

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