public static function EmailItemTest::getInfo

File

drupal/core/modules/email/lib/Drupal/email/Tests/EmailItemTest.php, line 26
Contains \Drupal\email\Tests\EmailItemTest.

Class

EmailItemTest
Tests the new entity API for the email field type.

Namespace

Drupal\email\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'E-mail field item',
    'description' => 'Tests the new entity API for the email field type.',
    'group' => 'Field types',
  );
}