You are here

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

File

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

Class

FeedsExJmesPathUnitTests
Unit tests for FeedsExJmesPath.

Code

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