public static function ParagraphsPackjuiceboxTestCase::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_juicebox/ tests/ paragraphs_pack_juicebox.test, line 22
Class
- ParagraphsPackjuiceboxTestCase
- Test case for Paragraphs pack juicebox.
Code
public static function getInfo() {
return array(
'name' => 'Paragraphs pack juicebox tests',
'description' => 'Tests: Paragraphs pack juicebox installation.',
'group' => 'Paragraphs pack',
);
}