You are here

public static function FeedsTamperURLencodeTestCase::getInfo in Feeds Tamper 7

File

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

Class

FeedsTamperURLencodeTestCase
Tests for urlencode.inc

Code

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