You are here

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

Overrides FeedsExJsonPathLinesUnitTests::getInfo

File

src/Tests/FeedsExJmesPathLines.test, line 13
Contains FeedsExJmesPathLinesUnitTests.

Class

FeedsExJmesPathLinesUnitTests
Unit tests for FeedsExJmesPathLines.

Code

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