You are here

function PhoneNumberContentCrudTest::getInfo in Phone Number 6

File

tests/cck_phone.crud.test, line 13
Basic CRUD simpletests for the cck_phone module, based off of content.crud.test in CCK.

Class

PhoneNumberContentCrudTest

Code

function getInfo() {
  return array(
    'name' => t('Phone Number CRUD - Basic API tests'),
    'description' => t('Tests the field CRUD (create, read, update, delete) API. <strong>Requires <a href="@schema_link">Schema module</a>.</strong>', array(
      '@schema_link' => 'http://www.drupal.org/project/schema',
    )),
    'group' => t('Phone Number'),
  );
}