You are here

public function FieldCollectionRESTTest::setUp in Field collection 8

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

Class

FieldCollectionRESTTest
Test REST features.

Namespace

Drupal\field_collection\Tests

Code

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