function AreaTextTokenTest::setUp
Same name in other branches
- 10 core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTokenTest::setUp()
Overrides ViewsKernelTestBase::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\HandlerCode
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.