You are here

public static function ParagraphsIdFeatureTestCase::getInfo in Paragraphs ID 7

File

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

Class

ParagraphsIdFeatureTestCase
Class ParagraphsIdFeatureTestCase

Code

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