public function CsvParserTest::setUp in Feeds 8.3
Same name in this branch
- 8.3 tests/src/Unit/Feeds/Parser/CsvParserTest.php \Drupal\Tests\feeds\Unit\Feeds\Parser\CsvParserTest::setUp()
- 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\ParserCode
public function setUp() {
parent::setUp();
$this
->setUpBodyField();
}