public static function FeedsTamperExplodeTestCase::getInfo in Feeds Tamper 6
Same name and namespace in other branches
- 7 tests/feeds_tamper_plugins.test \FeedsTamperExplodeTestCase::getInfo()
File
- tests/
feeds_tamper_plugins.test, line 281 - Unit tests for feeds tamper plugins.
Class
- FeedsTamperExplodeTestCase
- Tests for explode.inc
Code
public static function getInfo() {
return array(
'name' => 'Plugins: Explode',
'description' => 'Unit tests for "Explode" plugin.',
'group' => 'Feeds Tamper',
);
}