Skip to content

Commit

Permalink
Merge pull request #200 from ProcessMaker/bugfix/add_missing_param_pa…
Browse files Browse the repository at this point in the history
…tters_tests

Add missing param in patterns tests
  • Loading branch information
boliviacoca authored Jun 11, 2021
2 parents 4fb0a15 + 7d2dac0 commit b6abafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Patterns/PatternsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private function runProcessWithoutJson($bpmnFile)
foreach ($startEvents as $startEvent) {
$data = [];
$result = [];
$this->runProcess($bpmnFile, $data, $startEvent->getAttribute('id'), $result, []);
$this->runProcess($bpmnFile, $data, $startEvent->getAttribute('id'), $result, [], []);
}
}

Expand Down

0 comments on commit b6abafc

Please sign in to comment.