function AreaTextTest::setUp

Same name and namespace in other branches
  1. 8.9.x core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()
  2. 10 core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()
  3. 11.x core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()

Overrides ViewsKernelTestBase::setUp

File

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

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');
}

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