You are here

public static function FileHashTestCase::getInfo in File Hash 7

File

./filehash.test, line 16
Tests for File Hash module.

Class

FileHashTestCase
Tests File Hash module.

Code

public static function getInfo() {
  return array(
    'name' => 'File Hash',
    'description' => 'Tests for File Hash module.',
    'group' => 'File Hash',
  );
}