You are here

public static function FeedsTamperCovertBooleanTestCase::getInfo in Feeds Tamper 7

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

File

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

Class

FeedsTamperCovertBooleanTestCase
Tests for convert_boolean.inc

Code

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