DateFieldLegacyTest.php
Same filename in this branch
Namespace
Drupal\Tests\datetime\Unit\Plugin\migrate\field\d6File
-
core/
modules/ datetime/ tests/ src/ Unit/ Plugin/ migrate/ field/ d6/ DateFieldLegacyTest.php
View source
<?php
namespace Drupal\Tests\datetime\Unit\Plugin\migrate\field\d6;
/**
* @group migrate
* @group legacy
*/
class DateFieldLegacyTest extends DateFieldTest {
/**
* @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
*/
public function testUnknownDateType($method = 'processFieldValues') {
parent::testUnknownDateType($method);
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
DateFieldLegacyTest | @group migrate @group legacy |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.