You are here

protected function MultiMappingTest::setUp in Feeds 8.3

Overrides FeedsKernelTestBase::setUp

File

tests/src/Kernel/MultiMappingTest.php, line 30

Class

MultiMappingTest
Tests mapping multiple times to the same target.

Namespace

Drupal\Tests\feeds\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'field',
    'filter',
    'node',
    'datetime',
  ]);
}