You are here

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

Class

PasswordTest
@coversDefaultClass \Drupal\feeds\Feeds\Target\Password @group feeds

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

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