You are here

public static property ItemWithoutFeedTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/aggregator/src/Tests/ItemWithoutFeedTest.php \Drupal\aggregator\Tests\ItemWithoutFeedTest::modules

Modules to enable.

Test classes extending this class, and any classes in the hierarchy up to this class, may specify individual lists of modules to enable by setting this property. The values of all properties in all classes in the class hierarchy are merged.

Type: array

Overrides KernelTestBase::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

core/modules/aggregator/src/Tests/ItemWithoutFeedTest.php, line 23
Contains \Drupal\aggregator\Tests\ItemWithoutFeedTest.

Class

ItemWithoutFeedTest
Tests clean handling of an item with a missing feed ID.

Namespace

Drupal\aggregator\Tests

Code

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