You are here

protected function FeedsItemTest::setUp in Feeds 8.3

Overrides FeedsKernelTestBase::setUp

File

tests/src/Kernel/FeedsItemTest.php, line 18

Class

FeedsItemTest
Tests for the feeds_item field.

Namespace

Drupal\Tests\feeds\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->setUpBodyField();
}