You are here

public static function FormExampleTestCase::getInfo in Examples for Developers 7

Same name and namespace in other branches
  1. 6 form_example/form_example.test \FormExampleTestCase::getInfo()

File

form_example/form_example.test, line 18
Test file for form_example module.

Class

FormExampleTestCase
Default test case for the form_example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Form Example',
    'description' => 'Various tests on the form_example module.',
    'group' => 'Examples',
  );
}