protected function ExposedFormRenderTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php \Drupal\Tests\views\Kernel\Plugin\ExposedFormRenderTest::setUp()
- 9 core/modules/views/tests/src/Kernel/Plugin/ExposedFormRenderTest.php \Drupal\Tests\views\Kernel\Plugin\ExposedFormRenderTest::setUp()
File
- core/
modules/ views/ tests/ src/ Kernel/ Plugin/ ExposedFormRenderTest.php, line 31
Class
- ExposedFormRenderTest
- Tests the exposed form.
Namespace
Drupal\Tests\views\Kernel\PluginCode
protected function setUp($import_test_views = TRUE) : void {
parent::setUp();
$this
->installEntitySchema('node');
}