You are here

protected function UriTest::getTargetClass in Feeds 8.3

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/UriTest.php, line 16

Class

UriTest
@coversDefaultClass \Drupal\feeds\Feeds\Target\Uri @group feeds

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

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