public static function FormBaseTest::getInfo in Form Builder 7.2
File
- tests/
FormBaseTest.php, line 7
Class
Namespace
Drupal\form_builderCode
public static function getInfo() {
return array(
'name' => '\\Drupal\\form_builder\\FormBase unit tests.',
'description' => 'Tests form element handling.',
'group' => 'Form builder',
);
}