You are here

public static function FeedsTamperWebTestCase::getInfo in Feeds Tamper 6

Same name and namespace in other branches
  1. 7 tests/feeds_tamper.test \FeedsTamperWebTestCase::getInfo()

File

tests/feeds_tamper.test, line 137
Tests for feeds_tamper.module.

Class

FeedsTamperWebTestCase
Simple tests for api functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Feeds Tamper',
    'description' => 'Regression tests for Feeds Tamper.',
    'group' => 'Feeds Tamper',
  );
}