public static function ProfileCrudTestCase::getInfo

Archivo

drupal-7.x/modules/profile/profile.test, line 488
Tests for profile.module.

Class

ProfileCrudTestCase
Test profile integration with user CRUD operations.

Código

public static function getInfo() {
  return array(
    'name' => 'Profile CRUD tests',
    'description' => 'Test profile integration with user create, read, update, delete.',
    'group' => 'Profile',
  );
}