NodeStorageLoadFieldDataTest::$modules

Same name and namespace in other branches
  1. main core/modules/node/tests/src/Kernel/NodeStorageLoadFieldDataTest.php \Drupal\Tests\node\Kernel\NodeStorageLoadFieldDataTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/node/tests/src/Kernel/NodeStorageLoadFieldDataTest.php, line 31

Class

NodeStorageLoadFieldDataTest
Tests node storage loads fields of mixed cardinality and translatability.

Namespace

Drupal\Tests\node\Kernel

Code

protected static $modules = [
  'field',
  'language',
  'node',
  'system',
  'user',
];

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