public static function ProfileBlockTestCase::getInfo
Archivo
- drupal-7.x/
modules/ profile/ profile.test, line 372 - Tests for profile.module.
Class
Código
public static function getInfo() {
return array(
'name' => 'Block availability',
'description' => 'Check if the Author Information block is available.',
'group' => 'Profile',
);
}