You are here

public function JsonPathLinesParserTest::testMapping in Feeds extensible parsers 8

Does a basic mapping test.

File

tests/src/Functional/Feeds/Parser/JsonPathLinesParserTest.php, line 21

Class

JsonPathLinesParserTest
@coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathLinesParser @group feeds_ex

Namespace

Drupal\Tests\feeds_ex\Functional\Feeds\Parser

Code

public function testMapping() {
  $this
    ->doMappingTest();
}