public static function FeedsExLineIteratorUnitTests::getInfo in Feeds extensible parsers 7.2
File
- src/
Tests/ FeedsExUnitTests.test, line 185 - Contains unit tests for feeds_ex.
Class
- FeedsExLineIteratorUnitTests
- Reading a line from a file.
Code
public static function getInfo() {
return array(
'name' => 'Unit tests for the line reading iterator',
'description' => 'Unit tests for FeedsExLineIterator.',
'group' => 'Feeds EX',
);
}