You are here

function ContentProfileTest::get_info in Content Profile 6

File

tests/content_profile.test, line 9
Some basic tests for content profile.

Class

ContentProfileTest
@file Some basic tests for content profile.

Code

function get_info() {
  return array(
    'name' => 'One content profile per user',
    'desc' => t('Assure that only one content profile per user is allowed.'),
    'group' => 'Content Profile',
  );
}