You are here

protected function DuplicateFieldCollectionTest::setUp in Field collection 8.3

Same name and namespace in other branches
  1. 8 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\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'field_collection',
  ]);
}