You are here

public function FieldCollectionBasicTestCase::setUp in Field collection 8.3

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

Sets up the data structures for the tests.

Overrides BrowserTestBase::setUp

File

tests/src/Functional/FieldCollectionBasicTestCase.php, line 35

Class

FieldCollectionBasicTestCase
Test basics.

Namespace

Drupal\Tests\field_collection\Functional

Code

public function setUp() {
  parent::setUp();
  $this
    ->setUpFieldCollectionTest();
}