public function FieldCollectionBasicTestCase::setUp in Field collection 8.3
Same name and namespace in other branches
- 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\FunctionalCode
public function setUp() {
parent::setUp();
$this
->setUpFieldCollectionTest();
}