You are here

public static function FeedsCSVParserTestCase::getInfo in Feeds 7.2

File

tests/feeds_parser_csv.test, line 16
Contains FeedsCSVParserTestCase.

Class

FeedsCSVParserTestCase
Tests the CSV parser using the UI.

Code

public static function getInfo() {
  return array(
    'name' => 'CSV parser functional tests',
    'description' => 'Tests the CSV parser using the UI.',
    'group' => 'Feeds',
  );
}