You are here

public static function OpignoPollAppWebTestCase::getInfo in Opigno Poll App 7

Return value

array The tests information

Overrides OpignoWebTestCase::getInfo

File

tests/OpignoPollAppWebTestCase.test, line 13
Defines the unit tests for Opigno Poll.

Class

OpignoPollAppWebTestCase
@file Defines the unit tests for Opigno Poll.

Code

public static function getInfo() {
  return array(
    'name' => 'Opigno Poll App',
    'description' => 'Test the poll integration with Opigno.',
    'group' => 'Opigno',
  );
}