You are here

public static function FeedsTamperURLdecodeTestCase::getInfo in Feeds Tamper 7

File

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

Class

FeedsTamperURLdecodeTestCase
Tests for urlencode.inc

Code

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