File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77it ('evaluates a custom closure guard function correctly ' , function () {
88 // Set a test configuration for custom guard functions.
99 // Here we define a function named "checkFlag" that returns the value of a 'flag' variable.
10- config ()->set ('workflow.custom_functions ' , [
10+ config ()->set ('workflow-process .custom_functions ' , [
1111 'checkFlag ' => [
1212 'compiler ' => function () {
1313 // The compiler returns a placeholder expression.
3535
3636it ('evaluates a custom guard function defined as a class correctly ' , function () {
3737 // Set the configuration so that the custom function points to our evaluator class.
38- config ()->set ('workflow.custom_functions ' , [
38+ config ()->set ('workflow-process .custom_functions ' , [
3939 'checkFlag ' => CheckFlagGuardFunction::class,
4040 ]);
4141
You can’t perform that action at this time.
0 commit comments