You are here

protected function FormatterConfigurationTest::setUp in Video Embed Field 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/FormatterConfigurationTest.php \Drupal\Tests\video_embed_field\Functional\FormatterConfigurationTest::setUp()

Overrides BrowserTestBase::setUp

File

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

Class

FormatterConfigurationTest
Tests the field formatter configuration forms.

Namespace

Drupal\Tests\video_embed_field\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this
    ->createAdminUser());
  $this
    ->setupEntityDisplays();
  $this->manageDisplay = 'admin/structure/types/manage/test_content_type_name/display/teaser';
}