You are here

public static function TOUSettingsTestCase::getInfo in Terms of Use 6

File

tests/terms_of_use.test, line 48
Terms of use module functionality tests.

Class

TOUSettingsTestCase
Test for all simple settings.

Code

public static function getInfo() {
  return array(
    'name' => 'TOU Basic',
    'description' => 'Basic functionality tests.',
    'group' => 'Terms of use',
  );
}