public static function FeedsTamperStrPadTestCase::getInfo in Feeds Tamper 7
Same name and namespace in other branches
- 6 tests/feeds_tamper_plugins.test \FeedsTamperStrPadTestCase::getInfo()
File
- tests/
feeds_tamper_plugins.test, line 960 - 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',
);
}