function ProfileCrudTestCase::getInfo

File

modules/profile/profile.test, line 504

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.