You are here

public static function MinifyHtmlUnitTestCase::getInfo in Minify Source HTML 7

Get Info.

File

tests/minifyhtml.test, line 11

Class

MinifyHtmlUnitTestCase
Minify HTML Unit Tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Minify HTML unit tests',
    'description' => 'Test all code in the module.',
    'group' => 'Minify HTML',
  );
}