Issue #3534656: Add support for Datetime Range field type
1 open thread
Closes #3534656
Merge request reports
Activity
206 209 $this->assertSession()->pageTextContains($date_formatter->format($new_timestamp)); 207 210 } 208 211 212 /** 213 * Tests the Core plugin with a daterange field. 214 * 215 * @covers \Drupal\diff\Plugin\diff\Field\CoreFieldBuilder 216 */ 217 public function testCorePluginDateRangeField(): void { changed this line in version 3 of the diff
Please register or sign in to reply