You are here

public static function FeedsExJsonPathLinesUnitTests::getInfo in Feeds extensible parsers 7.2

1 method overrides FeedsExJsonPathLinesUnitTests::getInfo()
FeedsExJmesPathLinesUnitTests::getInfo in src/Tests/FeedsExJmesPathLines.test

File

src/Tests/FeedsExJsonPathLines.test, line 34
Contains FeedsExJsonPathLinesUnitTests.

Class

FeedsExJsonPathLinesUnitTests
Unit tests for FeedsExJsonPathLines.

Code

public static function getInfo() {
  return array(
    'name' => 'JSONPath JSON lines parser unit tests',
    'description' => 'Unit tests for FeedsExJsonPathLines.',
    'group' => 'Feeds EX',
  );
}