You are here

public static function FeedsTamperStrPadTestCase::getInfo in Feeds Tamper 6

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

File

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

Class

FeedsTamperStrPadTestCase
Tests for str_pad.inc

Code

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