You are here

public static property FeedValidationTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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