public static function PanelizerNodeRevisionTest::getInfo in Panelizer 7.3
File
- tests/
panelizer.node_revisions.test, line 15 - Test the node revisions functionality for Panelizer.
Class
- PanelizerNodeRevisionTest
- Verifies Panelizer configuration options for node revisions.
Code
public static function getInfo() {
return array(
'name' => 'Panelizer node revisions (excluding IPE)',
'description' => 'Test panelizer customization in node revisions, excluding IPE.',
'group' => 'Panelizer',
);
}