You are here

public static function LinkUnitTestCase::getInfo in Link 7

File

tests/LinkUnitTestCase.test, line 16
Unit tests for Link module's internal APIs.

Class

LinkUnitTestCase
Unit tests for Link module's internal APIs.

Code

public static function getInfo() {
  return array(
    'name' => 'Link Unit Tets',
    'description' => 'Unit tests for the Link module.',
    'group' => 'Link',
  );
}