public static function FeedsTamperCSVTestCase::getInfo in Feeds Tamper 6        
                          
                  
                        Same name and namespace in other branches
- 7 tests/feeds_tamper.test \FeedsTamperCSVTestCase::getInfo()
File
 
   - tests/feeds_tamper.test, line 191
- Tests for feeds_tamper.module.
Class
  
  - FeedsTamperCSVTestCase 
- Tests the special case that is FeedsCSVParser.
Code
public static function getInfo() {
  return array(
    'name' => 'Special case: CSV parser',
    'description' => 'Tests the special case that is FeedsCSVParser. See <a href="http://drupal.org/node/1133724" target="_blank">#1133724</a>.',
    'group' => 'Feeds Tamper',
  );
}