You are here

protected property EntityReferenceTestBase::$entityStorage in Feeds 8.3

The entity storage prophecy used in the test.

Type: \Prophecy\Prophecy\ProphecyInterface|\Drupal\Core\Entity\EntityStorageInterface

File

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

Class

EntityReferenceTestBase
Base class for entity reference target tests.

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

protected $entityStorage;