public function CsvParserTest::testGetMappingSources in Feeds 8.3
@covers ::getMappingSources
File
- tests/
src/ Unit/ Feeds/ Parser/ CsvParserTest.php, line 191
Class
- CsvParserTest
- @coversDefaultClass \Drupal\feeds\Feeds\Parser\CsvParser @group feeds
Namespace
Drupal\Tests\feeds\Unit\Feeds\ParserCode
public function testGetMappingSources() {
// Not really much to test here.
$this
->assertSame([], $this->parser
->getMappingSources());
}