You are here

public function FieldCollectionRESTTest::setUp in Field collection 8.3

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

Sets up the data structures for the tests.

Overrides RESTTestBase::setUp

File

src/Tests/FieldCollectionRESTTest.php, line 32

Class

FieldCollectionRESTTest
Test REST features.

Namespace

Drupal\field_collection\Tests

Code

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