public static function ProfileTestWeights::getInfo

File

drupal/modules/profile/profile.test, line 289
Tests for profile.module.

Class

ProfileTestWeights

Code

public static function getInfo() {
  return array(
    'name' => 'Test field weights',
    'description' => 'Testing profile modules weigting of fields',
    'group' => 'Profile',
  );
}