public static function ProfileBlockTestCase::getInfo in Drupal 7
File
- modules/
profile/ profile.test, line 382 - Tests for profile.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Block availability',
'description' => 'Check if the Author Information block is available.',
'group' => 'Profile',
);
}