You are here

public static function DraggableviewsFieldAPIHandlerTestCase::getInfo in DraggableViews 7.2

File

test/draggableviews.test, line 240
Test cases file.

Class

DraggableviewsFieldAPIHandlerTestCase
Testing Field API Handler.

Code

public static function getInfo() {
  return array(
    'name' => 'Field API handler',
    'description' => 'Test the Field API handler.',
    'group' => 'Draggableviews',
  );
}