You are here

protected function WebformEditorTest::setUp in Webform 6.x

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

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/WebformEditorTest.php, line 35

Class

WebformEditorTest
Tests for webform editor.

Namespace

Drupal\Tests\webform\Functional

Code

protected function setUp() {
  parent::setUp();

  // Create filters.
  $this
    ->createFilters();
  $this->fileUsage = $this->container
    ->get('file.usage');
}