You are here

public static function WorkflowExampleTestCase::getInfo in Workflow 7.2

Same name and namespace in other branches
  1. 7 includes/Test/WorkflowUnitTest.test \WorkflowExampleTestCase::getInfo()

File

includes/Test/WorkflowUnitTest.test, line 13
Contains workflow\lib\entity\WorkflowUnitTest.

Class

WorkflowExampleTestCase
Tests for the Workflow classes.

Code

public static function getInfo() {
  return array(
    'name' => 'Workflow',
    'description' => 'Ensure that the Workflow API works as expected.',
    'group' => 'Workflow',
  );
}