public static function SystemConfigFormTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Form/SystemConfigFormTest.php, line 25
Contains \Drupal\system\Tests\Form\SystemConfigFormTest.

Class

SystemConfigFormTest
Tests the SystemConfigFormTestBase class.

Namespace

Drupal\system\Tests\Form

Code

public static function getInfo() {
  return array(
    'name' => 'SystemConfigmForm tests',
    'description' => 'Tests the SystemConfigFormTestBase class.',
    'group' => 'Form API',
  );
}