You are here

protected function FormatterConfigurationTest::setUp in Field Redirection 8.2

Overrides BrowserTestBase::setUp

File

tests/src/Functional/FormatterConfigurationTest.php, line 52

Class

FormatterConfigurationTest
Tests the field_redirection_formatter configuration forms.

Namespace

Drupal\Tests\field_redirection\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this->rootUser);

  // Setup test content type and add a 'link' field.
  $this->testContentType = $this
    ->setupContentTypeAndField();
}