You are here

function PollCreateTest::get_info in SimpleTest 6

Implementation of get_info() for information

File

tests/poll_module.test, line 46

Class

PollCreateTest

Code

function get_info() {
  return array(
    'name' => t('Poll create'),
    'desc' => 'Adds "more choices", previews and creates a poll.',
    'group' => 'Poll module tests',
  );
}