You are here

protected function TextSummaryTest::setUp in Drupal 9

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

Overrides KernelTestBase::setUp

File

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

Class

TextSummaryTest
Tests text_summary() with different strings and lengths.

Namespace

Drupal\Tests\text\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'text',
  ]);
}