TextSummaryTest::$modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/text/tests/src/Kernel/TextSummaryTest.php, line 28

Class

TextSummaryTest
Tests text_summary() with different strings and lengths.

Namespace

Drupal\Tests\text\Kernel

Code

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

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