You are here

protected function UserRoleTest::getReferencableEntityTypeId in Feeds 8.3

Returns the entity type machine name to use in this test.

Return value

string The entity type ID.

Overrides EntityReferenceTestBase::getReferencableEntityTypeId

File

tests/src/Unit/Feeds/Target/UserRoleTest.php, line 94

Class

UserRoleTest
@coversDefaultClass \Drupal\feeds\Feeds\Target\UserRole @group feeds

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

protected function getReferencableEntityTypeId() {
  return 'user_role';
}