public static function ProfileCrudTestCase::getInfo

7.x profile.test public static ProfileCrudTestCase::getInfo()

File

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

Class

ProfileCrudTestCase
Test profile integration with user CRUD operations.

Code

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