You are here

public function TestWrapperTarget::testCreateTargetInstance in Feeds Paragraphs 8

@covers ::createTargetInstance

File

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

Class

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

Namespace

Drupal\Tests\feeds_para_mapper\Unit

Code

public function testCreateTargetInstance() {
  $instance = $this->wrapperTarget
    ->createTargetInstance();
  $this
    ->assertTrue($instance instanceof Text);
}