public static function TelephoneItemTest::getInfo

File

drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneItemTest.php, line 26
Contains \Drupal\field\Tests\TelephoneItemTest.

Class

TelephoneItemTest
Tests the new entity API for the telephone field type.

Namespace

Drupal\telephone\Tests

Code

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