You are here

protected function FractionTargetTest::getTargetClass in Fraction 2.x

Same name and namespace in other branches
  1. 8 tests/src/Unit/Feeds/Target/FractionTargetTest.php \Drupal\Tests\fraction\Unit\Feeds\Target\FractionTargetTest::getTargetClass()

File

tests/src/Unit/Feeds/Target/FractionTargetTest.php, line 18

Class

FractionTargetTest
@coversDefaultClass \Drupal\fraction\Feeds\Target\FractionTarget @group feeds

Namespace

Drupal\Tests\fraction\Unit\Feeds\Target

Code

protected function getTargetClass() {
  return FractionTarget::class;
}