public static function ProfileTestWeights::getInfo

7.x profile.test public static ProfileTestWeights::getInfo()

File

drupal-7.x/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'
  );
}