public static function ParagraphsPackContentTestCase::getInfo in Paragraphs pack 7
Give display information to the SimpleTest system.
getInfo() returns a keyed array of information for SimpleTest to show.
It's a good idea to organize your tests consistently using the 'group' key.
File
- modules/paragraphs_pack_content/ tests/ paragraphs_pack_content.test, line 22 
Class
- ParagraphsPackContentTestCase
- Test case for Paragraphs pack content.
Code
public static function getInfo() {
  return array(
    'name' => 'Paragraphs pack content tests',
    'description' => 'Tests:  Paragraphs pack content installation.',
    'group' => 'Paragraphs pack',
  );
}