protected function WebformHandlerExcludedTest::setUp in Webform 6.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/Handler/WebformHandlerExcludedTest.php \Drupal\Tests\webform\Functional\Handler\WebformHandlerExcludedTest::setUp()
Overrides WebformBrowserTestBase::setUp
File
- tests/
src/ Functional/ Handler/ WebformHandlerExcludedTest.php, line 24
Class
- WebformHandlerExcludedTest
- Tests for the webform handler excluded.
Namespace
Drupal\Tests\webform\Functional\HandlerCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('local_actions_block');
}