protected function AreaTextTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/Handler/AreaTextTest.php \Drupal\views\Tests\Handler\AreaTextTest::setUp()
Parameters
bool $import_test_views: Should the views specififed on the test class be imported. If you need to setup some additional stuff, like fields, you need to call false and then call createTestViews for your own.
Overrides ViewKernelTestBase::setUp
File
- core/
modules/ views/ src/ Tests/ Handler/ AreaTextTest.php, line 30 - Contains \Drupal\views\Tests\Handler\AreaTextTest.
Class
- AreaTextTest
- Tests the core views_handler_area_text handler.
Namespace
Drupal\views\Tests\HandlerCode
protected function setUp() {
parent::setUp();
$this
->installConfig(array(
'system',
'filter',
));
$this
->installEntitySchema('user');
}