You are here

public static function FreelinkingTest::getInfo in Freelinking 7.3

Same name and namespace in other branches
  1. 6.3 freelinking.test \FreelinkingTest::getInfo()

File

./freelinking.test, line 14
Unit tests for the freelinking Module.

Class

FreelinkingTest
@file Unit tests for the freelinking Module.

Code

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