public static function ProfileBlockTestCase::getInfo

File

drupal/modules/profile/profile.test, line 382
Tests for profile.module.

Class

ProfileBlockTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Block availability',
    'description' => 'Check if the Author Information block is available.',
    'group' => 'Profile',
  );
}