You are here

public static function testRelToAbsUnitTestCase::getInfo in Relative Path to Absolute URLs 7

File

./rel_to_abs.test, line 8
testing coverage for rel_to_abs.module

Class

testRelToAbsUnitTestCase
@file testing coverage for rel_to_abs.module

Code

public static function getInfo() {
  return array(
    'name' => 'rel_to_abs unit tests',
    'description' => 'Unit tests of rel_to_abs.module.',
    'group' => 'Rel to Abs',
  );
}