protected function ExtraFieldDisplayFieldTest::setUp in Extra Field 8.2
Same name and namespace in other branches
- 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\FunctionalCode
protected function setUp() {
parent::setUp();
$this->firstNode = $this
->createContent('first_node_type');
$this->secondNode = $this
->createContent('another_node_type');
}