You are here

public static function ExamplesTest::getInfo in Form Builder 7.2

File

examples/tests/ExamplesTest.php, line 9

Class

ExamplesTest

Namespace

Drupal\form_builder_examples

Code

public static function getInfo() {
  return array(
    'name' => 'form_builder_examples unit tests.',
    'description' => 'Tests form element handling in example forms.',
    'group' => 'Form builder',
  );
}