You are here

protected function FractionTargetTest::getTargetClass in Fraction 8

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

Returns the target class.

Return value

string Returns the full class name of the target to test.

Overrides FieldTargetTestBase::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;
}