You are here

public static function FormBaseTest::getInfo in Form Builder 7.2

File

tests/FormBaseTest.php, line 7

Class

FormBaseTest

Namespace

Drupal\form_builder

Code

public static function getInfo() {
  return array(
    'name' => '\\Drupal\\form_builder\\FormBase unit tests.',
    'description' => 'Tests form element handling.',
    'group' => 'Form builder',
  );
}