You are here

public static function FppServicesTest::getInfo in Fieldable Panels Panes (FPP) 7

File

tests/fpp.services.test, line 23
Tests the services resource Fieldable Panels Pane methods and actions.

Class

FppServicesTest
Test the services resource Fieldable Panels Pane methods and actions.

Code

public static function getInfo() {
  return array(
    'name' => 'FPP tests for Services integration',
    'description' => 'Test the services resource Fieldable Panels Pane methods and actions.',
    'group' => 'FPP',
    // The Services rest_service module requires libraries too.
    'dependencies' => array(
      'ctools',
      'panels',
      'views',
      'services',
      'libraries',
    ),
  );
}