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