You are here

public static function ParagraphsIdTestCase::getInfo in Paragraphs ID 7

File

tests/paragraphs_id.test, line 13
Paragraphs pack primary module's tests.

Class

ParagraphsIdTestCase
Class ParagraphsIdTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Test Paragraphs ID module',
    'description' => 'Ensure that the Paragraphs ID module works as described.',
    'group' => 'Paragraphs ID',
  );
}