Skip to content
Snippets Groups Projects

Issue #3534656: Add support for Datetime Range field type

Issue #3534656: Add support for Datetime Range field type

Closes #3534656

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 {
  • Ide Braakman added 1 commit

    added 1 commit

    • 5f727750 - Move test to DiffPluginDateRangeTest

    Compare with previous version

  • Ide Braakman added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading