You are here

public static function FreelinkingPrepopulateTest::getInfo in Freelinking 6.3

File

modules/freelinking_prepopulate/freelinking_prepopulate.test, line 14
Unit tests for the freelinking prepopulate module

Class

FreelinkingPrepopulateTest
@file Unit tests for the freelinking prepopulate module

Code

public static function getInfo() {
  return array(
    'name' => t('Feelinking Prepopulate tests'),
    'description' => t('Tests main module functionality.'),
    'group' => t('Freelinking'),
  );
}