You are here

abstract protected function FileTestBase::getTargetDefinition in Feeds 8.3

Returns target definition to pass to the target constructor.

Return value

array The target definition for the file target.

1 call to FileTestBase::getTargetDefinition()
FileTestBase::setUp in tests/src/Kernel/Feeds/Target/FileTestBase.php
2 methods override FileTestBase::getTargetDefinition()
FileTest::getTargetDefinition in tests/src/Kernel/Feeds/Target/FileTest.php
Returns target definition to pass to the target constructor.
ImageTest::getTargetDefinition in tests/src/Kernel/Feeds/Target/ImageTest.php
Returns target definition to pass to the target constructor.

File

tests/src/Kernel/Feeds/Target/FileTestBase.php, line 132

Class

FileTestBase
Base class for file field tests.

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Target

Code

protected abstract function getTargetDefinition();