You are here

protected function TestWrapperTarget::setUp in Feeds Paragraphs 8

@inheritdoc

Overrides FpmTestBase::setUp

File

tests/src/Unit/TestWrapperTarget.php, line 24

Class

TestWrapperTarget
@group Feeds Paragraphs @coversDefaultClass \Drupal\feeds_para_mapper\Feeds\Target\WrapperTarget

Namespace

Drupal\Tests\feeds_para_mapper\Unit

Code

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