protected function DuplicateFieldCollectionTest::setUp in Field collection 8
Same name and namespace in other branches
- 8.3 tests/src/Kernel/DuplicateFieldCollectionTest.php \Drupal\Tests\field_collection\Kernel\DuplicateFieldCollectionTest::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ DuplicateFieldCollectionTest.php, line 24
Class
- DuplicateFieldCollectionTest
- Tests importing field_collection from config.
Namespace
Drupal\Tests\field_collection\KernelCode
protected function setUp() {
parent::setUp();
$this
->installConfig([
'field_collection',
]);
}