You are here

public static function FeedsTamperCastToIntTestCase::getInfo in Feeds Tamper 7

File

tests/feeds_tamper_plugins.test, line 122
Unit tests for feeds tamper plugins.

Class

FeedsTamperCastToIntTestCase
Tests for absolute_url.inc

Code

public static function getInfo() {
  return array(
    'name' => 'Plugins: Cast to int',
    'description' => 'Unit tests for "Cast to integer" plugin.',
    'group' => 'Feeds Tamper',
  );
}