public static function ElementTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php, line 24
Definition of Drupal\system\Tests\Form\ElementTest.

Class

ElementTest
Tests building and processing of core form elements.

Namespace

Drupal\system\Tests\Form

Code

public static function getInfo() {
  return array(
    'name' => 'Element processing',
    'description' => 'Tests building and processing of core form elements.',
    'group' => 'Form API',
  );
}