You are here

static function StateFlowSPSIntegrationWebTest::getInfo in State Machine 7.2

File

modules/state_flow_sps/tests/StateFlowSPSIntegrationWeb.test, line 3

Class

StateFlowSPSIntegrationWebTest

Code

static function getInfo() {
  return array(
    'name' => 'State Flow SPS Integration Web Tests',
    'description' => 'Test the State Flow integration.',
    'group' => 'SPSInteractiveIntegration',
  );
}