public static function ProfileTestBrowsing::getInfo

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

File

drupal-7.x/modules/profile/profile.test, line 460
Tests for profile.module.

Class

ProfileTestBrowsing
Test profile browsing.

Code

public static function getInfo() {
  return array(
    'name' => 'Profile browsing',
    'description' => 'Test profile browsing.',
    'group' => 'Profile',
  );
}