You are here

public function FieldCollectionBasicTestCase::setUp in Field collection 8

Same name and namespace in other branches
  1. 8.3 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 33

Class

FieldCollectionBasicTestCase
Test basics.

Namespace

Drupal\Tests\field_collection\Functional

Code

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