public static function PollTokenReplaceTestCase::getInfo

7.x poll.test public static PollTokenReplaceTestCase::getInfo()

File

drupal-7.x/modules/poll/poll.test, line 618
Tests for poll.module.

Class

PollTokenReplaceTestCase
Test poll token replacement in strings.

Code

public static function getInfo() {
  return array(
    'name' => 'Poll token replacement',
    'description' => 'Generates text using placeholders for dummy content to check poll token replacement.',
    'group' => 'Poll',
  );
}