You are here

protected function AreaTextTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()
  2. 9 core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()

File

core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php, line 25

Class

AreaTextTest
Tests the core views_handler_area_text handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected function setUp($import_test_views = TRUE) : void {
  parent::setUp();
  $this
    ->installConfig([
    'system',
    'filter',
  ]);
  $this
    ->installEntitySchema('user');
}