public static function PollTranslateTest::getInfo

File

drupal/core/modules/poll/lib/Drupal/poll/Tests/PollTranslateTest.php, line 22
Definition of Drupal\poll\Tests\PollTranslateTest.

Class

PollTranslateTest
Tests poll translation logic.

Namespace

Drupal\poll\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Poll translation',
    'description' => 'Test the poll translation logic.',
    'group' => 'Poll',
  );
}