public static function ContactAuthenticatedUserTest::getInfo

File

drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactAuthenticatedUserTest.php, line 24
Definition of Drupal\contact\ContactAuthenticatedUserTest.

Class

ContactAuthenticatedUserTest
Tests the contact form for authenticated users.

Namespace

Drupal\contact\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Contact form textfields',
    'description' => 'Tests contact form textfields are present if authenticated.',
    'group' => 'Contact',
  );
}