You are here

protected function TestMapper::setUp in Feeds Paragraphs 8

@inheritdoc

Overrides FpmTestBase::setUp

File

tests/src/Unit/TestMapper.php, line 35

Class

TestMapper
@group Feeds Paragraphs @coversDefaultClass \Drupal\feeds_para_mapper\Mapper

Namespace

Drupal\Tests\feeds_para_mapper\Unit

Code

protected function setUp() {
  $this->class = Text::class;
  $this->type = "text";
  parent::setUp();
  $this
    ->addServices($this->services);
  $this->mapper = $this
    ->getMapperObject();
}