NodeBodyFieldStorageTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php \Drupal\Tests\node\Kernel\NodeBodyFieldStorageTest::modules
  2. 10 core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php \Drupal\Tests\node\Kernel\NodeBodyFieldStorageTest::modules
  3. 11.x core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php \Drupal\Tests\node\Kernel\NodeBodyFieldStorageTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php, line 22

Class

NodeBodyFieldStorageTest
Tests node body field storage.

Namespace

Drupal\Tests\node\Kernel

Code

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

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