You are here

abstract protected function EntityReferenceTestBase::createReferencableEntityType in Feeds 8.3

Creates a referencable entity type instance.

Return value

\Drupal\Core\Entity\EntityTypeInterface The entity type to use in tests.

3 methods override EntityReferenceTestBase::createReferencableEntityType()
ConfigEntityReferenceTest::createReferencableEntityType in tests/src/Unit/Feeds/Target/ConfigEntityReferenceTest.php
Creates a referencable entity type instance.
EntityReferenceTest::createReferencableEntityType in tests/src/Unit/Feeds/Target/EntityReferenceTest.php
Creates a referencable entity type instance.
UserRoleTest::createReferencableEntityType in tests/src/Unit/Feeds/Target/UserRoleTest.php
Creates a referencable entity type instance.

File

tests/src/Unit/Feeds/Target/EntityReferenceTestBase.php, line 129

Class

EntityReferenceTestBase
Base class for entity reference target tests.

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

protected abstract function createReferencableEntityType();