public static function PanelizerWithViewsTest::getInfo in Panelizer 7.3
File
- tests/
panelizer.with_views.test, line 15 - Test the Views integration for Panelizer.
Class
Code
public static function getInfo() {
return array(
'name' => 'Panelizer w Views',
'description' => 'Test Views integration.',
'group' => 'Panelizer',
);
}