You are here

protected function ExtraFieldDisplayFieldTest::setUp in Extra Field 8.2

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

Overrides BrowserTestBase::setUp

File

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

Class

ExtraFieldDisplayFieldTest
Tests the extra_field Display with field wrapper.

Namespace

Drupal\Tests\extra_field\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->firstNode = $this
    ->createContent('first_node_type');
  $this->secondNode = $this
    ->createContent('another_node_type');
}