You are here

protected static property TextSummaryTest::$modules in Drupal 10

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

File

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

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',
];