You are here

public static function CopyrightBlockTestCase::getInfo in Copyright Block module 7.2

File

./copyright_block.test, line 7

Class

CopyrightBlockTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Copyright Block',
    'description' => 'Tests the Copyright Block module.',
    'group' => 'Copyright Block',
  );
}