public static function FormStateTest::getInfo in Little helpers 7
Same name and namespace in other branches
- 7.2 tests/Webform/FormStateTest.php \Drupal\little_helpers\Test\Webform\FormStateTest::getInfo()
Return test metadata for simpletest.
Return value
string[] Test metadata.
File
- tests/
Webform/ FormStateTest.php, line 19
Class
- FormStateTest
- Test creating a submission object from various form states.
Namespace
Drupal\little_helpers\Test\WebformCode
public static function getInfo() {
return array(
'name' => t('Create a submission from a form_state.'),
'description' => t('Test creating a Submission instance from several $form_state setups.'),
'group' => t('little_helpers'),
);
}