function AreaTextTest::setUp
Same name in other branches
- 9 core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()
- 10 core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php \Drupal\Tests\views\Kernel\Handler\AreaTextTest::setUp()
- 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 25
Class
- AreaTextTest
- Tests the core views_handler_area_text handler.
Namespace
Drupal\Tests\views\Kernel\HandlerCode
protected function setUp($import_test_views = TRUE) {
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.