You are here

public static function NodeImportAPITestCase::getInfo in Node import 6

File

tests/node_import.test, line 12

Class

NodeImportAPITestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Node import API',
    'description' => 'Test Node import API functions.',
    'group' => 'Node import',
  );
}