You are here

protected function WebformElementTextFormatTest::setUp in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/Element/WebformElementTextFormatTest.php \Drupal\Tests\webform\Functional\Element\WebformElementTextFormatTest::setUp()

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/Element/WebformElementTextFormatTest.php, line 43

Class

WebformElementTextFormatTest
Tests for text format element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

protected function setUp() {
  parent::setUp();
  $this->fileUsage = $this->container
    ->get('file.usage');
}