2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -24,6 +24,8 @@ class DateFieldTest extends UnitTestCase {
...
@@ -24,6 +24,8 @@ class DateFieldTest extends UnitTestCase {
/**
/**
* Tests an Exception is thrown when the field type is not a known date type.
* Tests an Exception is thrown when the field type is not a known date type.
*
* @expectedDeprecation DateField is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\datetime\Plugin\migrate\field\DateField instead.