public static function ProfileTestWeights::getInfo in Drupal 7
File
- modules/
profile/ profile.test, line 289 - Tests for profile.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Test field weights',
'description' => 'Testing profile modules weigting of fields',
'group' => 'Profile',
);
}