diff --git a/src/workflow/unit/ArcanistUnitWorkflow.php b/src/workflow/unit/ArcanistUnitWorkflow.php index e4d517e8..46d632ed 100644 --- a/src/workflow/unit/ArcanistUnitWorkflow.php +++ b/src/workflow/unit/ArcanistUnitWorkflow.php @@ -36,6 +36,11 @@ EOTEXT public function getArguments() { return array( + 'engine' => array( + 'param' => 'classname', + 'help' => + "Override configured unit engine for this project." + ), '*' => 'paths', ); }