function EntityTestDateRangeTest::getNormalizedPostEntity
Overrides EntityTestResourceTestBase::getNormalizedPostEntity
1 call to EntityTestDateRangeTest::getNormalizedPostEntity()
- EntityTestDateRangeTest::assertNormalizationEdgeCases in core/
modules/ datetime_range/ tests/ src/ Functional/ EntityResource/ EntityTest/ EntityTestDateRangeTest.php  - Asserts normalization-specific edge cases.
 
File
- 
              core/
modules/ datetime_range/ tests/ src/ Functional/ EntityResource/ EntityTest/ EntityTestDateRangeTest.php, line 109  
Class
- EntityTestDateRangeTest
 - Tests the 'daterange' field's normalization.
 
Namespace
Drupal\Tests\datetime_range\Functional\EntityResource\EntityTestCode
protected function getNormalizedPostEntity() {
  return parent::getNormalizedPostEntity() + [
    static::$fieldName => [
      [
        'value' => '2017-03-01T20:02:00+00:00',
        'end_value' => '2017-03-01T20:02:00+00:00',
      ],
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.