public static function TelephoneFieldTest::getInfo

File

drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneFieldTest.php, line 32
Contains \Drupal\telephone\TelephoneFieldTest.

Class

TelephoneFieldTest
Tests the creation of telephone fields.

Namespace

Drupal\telephone\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Telephone field',
    'description' => "Test the creation of telephone fields.",
    'group' => 'Field types',
  );
}