public static function ProfileCrudTestCase::getInfo in Drupal 7
File
- modules/
profile/ profile.test, line 498 - 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',
);
}