You are here

public static function ContentCrudBasicTest::getInfo in Content Construction Kit (CCK) 6.3

Same name and namespace in other branches
  1. 6.2 tests/content.crud.test \ContentCrudBasicTest::getInfo()

File

tests/content.crud.test, line 378

Class

ContentCrudBasicTest

Code

public static function getInfo() {
  return array(
    'name' => t('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('CCK'),
  );
}