function AreaTextTokenTest::setUp

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

File

core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php, line 33

Class

AreaTextTokenTest
Tests the token in text area 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.