You are here

public function CsvParserTest::setUp in Feeds 8.3

Same name in this branch
  1. 8.3 tests/src/Unit/Feeds/Parser/CsvParserTest.php \Drupal\Tests\feeds\Unit\Feeds\Parser\CsvParserTest::setUp()
  2. 8.3 tests/src/Kernel/Feeds/Parser/CsvParserTest.php \Drupal\Tests\feeds\Kernel\Feeds\Parser\CsvParserTest::setUp()

Overrides FeedsKernelTestBase::setUp

File

tests/src/Kernel/Feeds/Parser/CsvParserTest.php, line 29

Class

CsvParserTest
@coversDefaultClass \Drupal\feeds\Feeds\Parser\CsvParser @group feeds

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Parser

Code

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