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',
    
    'dependencies' => array(
      'ctools',
      'panels',
      'views',
      'services',
      'libraries',
    ),
  );
}