You are here

public static function FeedsTamperAbsoluteURLTestCase::getInfo in Feeds Tamper 6

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

File

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

Class

FeedsTamperAbsoluteURLTestCase
Tests for absolute_url.inc

Code

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