diff --git a/tests/Behat/DateFieldContext.php b/tests/Behat/DateFieldContext.php index 23bda7fc6..c754a9a87 100644 --- a/tests/Behat/DateFieldContext.php +++ b/tests/Behat/DateFieldContext.php @@ -176,12 +176,9 @@ public function isSelectedForOf($value, $field_item, $field_group): void { * * @param string $field * The field name. - * - * When I set "Field" to the date "22-02-2019" - * When I set "Field" to the date "22-02-2019 14:30" using format "d-m-Y H:i" - * - * @param string $field - * The label of the field. + * When I set "Field" to the date "22-02-2019". + * When I set "Field" to the date "22-02-2019 14:30" using + * format "d-m-Y H:i". * @param string $value * The value of the field. * @param string $format