You are here

public static function ProfileTestBrowsing::getInfo in Drupal 7

File

modules/profile/profile.test, line 470
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',
  );
}