public static function DraggableviewsNativeHandlerTestCase::getInfo in DraggableViews 7.2
File
- test/
draggableviews.test, line 119 - Test cases file.
Class
- DraggableviewsNativeHandlerTestCase
- Testing Native Handler.
Code
public static function getInfo() {
return array(
'name' => 'Native handler',
'description' => 'Test the native handler.',
'group' => 'Draggableviews',
);
}