You are here

protected function ExtraFieldDisplayViewTest::setUp in Extra Field 8

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

Overrides BrowserTestBase::setUp

File

tests/src/Functional/ExtraFieldDisplayViewTest.php, line 30

Class

ExtraFieldDisplayViewTest
Tests the view of extra field Displays.

Namespace

Drupal\Tests\extra_field\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->content = $this
    ->createContent('first_node_type');
  $this
    ->setupEnableExtraFieldTestModule();
}