You are here

JsonPathLinesParserTest.php in Feeds extensible parsers 8

File

tests/src/Functional/Feeds/Parser/JsonPathLinesParserTest.php
View source
<?php

namespace Drupal\Tests\feeds_ex\Functional\Feeds\Parser;


/**
 * @coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathLinesParser
 * @group feeds_ex
 */
class JsonPathLinesParserTest extends ParserTestBase {

  /**
   * The ID of the parser to test.
   *
   * @var string
   */
  protected $parserId = 'jsonpathlines';

  /**
   * Does a basic mapping test.
   */
  public function testMapping() {
    $this
      ->doMappingTest();
  }

}

Classes

Namesort descending Description
JsonPathLinesParserTest @coversDefaultClass \Drupal\feeds_ex\Feeds\Parser\JsonPathLinesParser @group feeds_ex