You are here

public static function PatternsImportTestCase::getInfo in Patterns 7

Same name and namespace in other branches
  1. 7.2 tests/importing/importing.test \PatternsImportTestCase::getInfo()

File

tests/importing/importing.test, line 13
Tests importing files.

Class

PatternsImportTestCase
@file Tests importing files.

Code

public static function getInfo() {
  return array(
    'name' => 'Importing files',
    'description' => 'Tests importing patterns files.',
    'group' => 'Patterns',
  );
}