You are here

public static function StateFlowWebTestCase::getInfo in State Machine 7.3

File

modules/state_flow/tests/state_flow.test, line 11
state_flow.test

Class

StateFlowWebTestCase
Unit tests for the StateFlow revision state machine.

Code

public static function getInfo() {
  return array(
    'name' => 'StateFlow basic tests',
    'description' => 'Perform basic unit tests on the StateFlow revision state machine.',
    'group' => 'State Machine',
  );
}