public function JmesPathLinesParserTest::testMapping in Feeds extensible parsers 8
Does a basic mapping test.
File
- tests/src/ Functional/ Feeds/ Parser/ JmesPathLinesParserTest.php, line 21 
Class
- JmesPathLinesParserTest
- @coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JmesPathLinesParser @group feeds_ex
Namespace
Drupal\Tests\feeds_ex\Functional\Feeds\ParserCode
public function testMapping() {
  $this
    ->doMappingTest();
}