public static function FppEntityFormTest::getInfo in Fieldable Panels Panes (FPP) 7
File
- tests/
fpp.entity_form.test, line 16 - Tests for the Fieldable Panels Panes module to ensure the basic form works.
Class
- FppEntityFormTest
- Tests for the Fieldable Panels Panes module to ensure the basic form works.
Code
public static function getInfo() {
return array(
'name' => 'FPP tests',
'description' => 'Confirm that the entity form fields work as intended.',
'group' => 'FPP',
'dependencies' => array(
'ctools',
'panels',
'views',
),
);
}