| 1 |
<?php |
<?php |
| 2 |
// $Id: workflow_named_transitions.test,v 1.1 2008/12/23 16:09:31 deekayen Exp $ |
// $Id: workflow_named_transitions.test,v 1.2 2008/12/23 18:13:31 deekayen Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 11 |
return array( |
return array( |
| 12 |
'name' => 'Workflow Named Transitions Test', |
'name' => 'Workflow Named Transitions Test', |
| 13 |
'description' => "This tests whether the Edit Labels tab exists in the workflow area.", |
'description' => "This tests whether the Edit Labels tab exists in the workflow area.", |
| 14 |
'group' => 'Workflow Named Transitions' |
'group' => 'Workflow' |
| 15 |
); |
); |
| 16 |
} |
} |
| 17 |
|
|