You are here

protected function DateRangeDurationWidgetTest::getTestFieldType in Datetime Extras 8

Returns the type of field to be tested.

Return value

string

Overrides DateTestBase::getTestFieldType

File

tests/src/Functional/DateRangeDurationWidgetTest.php, line 36

Class

DateRangeDurationWidgetTest
Test the DateRangeDurationWidget for datetime_range fields.

Namespace

Drupal\Tests\datetime_extras\Functional

Code

protected function getTestFieldType() {
  return 'daterange';
}