public static function ParagraphsPackFeatureTestCase::getInfo in Paragraphs pack 7
File
- tests/
paragraphs_pack.test, line 450 - Paragraphs pack primary module's tests.
Class
- ParagraphsPackFeatureTestCase
- Class ParagraphsPackFeatureTestCase
Code
public static function getInfo() {
return array(
'name' => 'Test Paragraphs pack testing feature module',
'description' => 'Ensure that the Paragraphs pack testing feature installs.',
'group' => 'Paragraphs pack',
);
}