You are here

protected static property SummaryLengthTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Kernel/SummaryLengthTest.php \Drupal\Tests\node\Kernel\SummaryLengthTest::modules
  2. 9 core/modules/node/tests/src/Kernel/SummaryLengthTest.php \Drupal\Tests\node\Kernel\SummaryLengthTest::modules

File

core/modules/node/tests/src/Kernel/SummaryLengthTest.php, line 39

Class

SummaryLengthTest
Tests summary length.

Namespace

Drupal\Tests\node\Kernel

Code

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