public static function PatternsExportTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/exporting/exporting.test \PatternsExportTestCase::getInfo()
File
- tests/
exporting/ exporting.test, line 13 - Tests importing files.
Class
- PatternsExportTestCase
- @file Tests importing files.
Code
public static function getInfo() {
return array(
'name' => 'Exporting files',
'description' => 'Tests exporting patterns files.',
'group' => 'Patterns',
);
}