diff --git a/src/applications/differential/field/specification/testplan/DifferentialTestPlanFieldSpecification.php b/src/applications/differential/field/specification/testplan/DifferentialTestPlanFieldSpecification.php index ebd5369d41..4f3dd83479 100644 --- a/src/applications/differential/field/specification/testplan/DifferentialTestPlanFieldSpecification.php +++ b/src/applications/differential/field/specification/testplan/DifferentialTestPlanFieldSpecification.php @@ -89,6 +89,16 @@ final class DifferentialTestPlanFieldSpecification return 'Test Plan'; } + public function getSupportedCommitMessageLabels() { + return array( + 'Test Plan', + 'Testplan', + 'Tested', + 'Tests', + ); + } + + public function renderValueForCommitMessage($is_edit) { return $this->plan; }