You are here

public static function FeedsTamperHTMLEntityDecodeTestCase::getInfo in Feeds Tamper 7

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

File

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

Class

FeedsTamperHTMLEntityDecodeTestCase
Tests for html_entity_decode.inc

Code

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