public static function ProgrammaticTest::getInfo

File

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

Class

ProgrammaticTest
Test the programmatic form submission behavior.

Namespace

Drupal\system\Tests\Form

Code

public static function getInfo() {
  return array(
    'name' => 'Programmatic form submissions',
    'description' => 'Test the programmatic form submission behavior.',
    'group' => 'Form API',
  );
}