You are here

public static function TelephoneFormatterUnitTest::getInfo in Telephone Formatter 7

File

tests/TelephoneFormatterUnitTest.test, line 8

Class

TelephoneFormatterUnitTest

Code

public static function getInfo() {
  return array(
    'name' => 'Telephone Formatter Unit Tests',
    'description' => 'Test Telephone Formatter library interaction.',
    'group' => 'Telephone Formatter',
  );
}