public static function PhonefieldCreateTest::getInfo in Phone Field 7
Get Info.
File
- tests/
phonefield.create.test, line 16  - CreateTest.
 
Class
- PhonefieldCreateTest
 - Create phonefield.
 
Code
public static function getInfo() {
  return array(
    'name' => 'Phonefield create',
    'description' => 'Tests field creation and basic use.',
    'group' => 'Phonefield',
  );
}