You are here

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

File

src/Tests/FeedsExJsonPath.test, line 20
Contains tests for FeedsExJsonPath.

Class

FeedsExJsonPathUnitTests
Unit tests for FeedsExJsonPath.

Code

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