You are here

protected function TimestampTest::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/TimestampTest.php, line 16

Class

TimestampTest
@coversDefaultClass \Drupal\feeds\Feeds\Target\Timestamp @group feeds

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

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