public static function Profile2CRUDTestCase::getInfo in Profile 2 7.2
Same name and namespace in other branches
- 7 profile2.test \Profile2CRUDTestCase::getInfo()
File
- ./
profile2.test, line 8
Class
- Profile2CRUDTestCase
- Test basic CRUD functionality.
Code
public static function getInfo() {
return array(
'name' => 'Editing profiles',
'description' => 'Tests basic CRUD and editing of Profile2 profiles.',
'group' => 'Profile2',
);
}