You are here

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

Class

BooleanTest
@coversDefaultClass \Drupal\feeds\Feeds\Target\Boolean @group feeds

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

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