public static function ExamplesTest::getInfo in Form Builder 7.2
File
- examples/
tests/ ExamplesTest.php, line 9
Class
Namespace
Drupal\form_builder_examplesCode
public static function getInfo() {
return array(
'name' => 'form_builder_examples unit tests.',
'description' => 'Tests form element handling in example forms.',
'group' => 'Form builder',
);
}