FileFieldLegacyTest.php
Same filename in this branch
Namespace
Drupal\Tests\file\Unit\Plugin\migrate\field\d7File
-
core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ field/ d7/ FileFieldLegacyTest.php
View source
<?php
namespace Drupal\Tests\file\Unit\Plugin\migrate\field\d7;
/**
* @coversDefaultClass \Drupal\file\Plugin\migrate\field\d7\FileField
* @group legacy
* @group file
*/
class FileFieldLegacyTest extends FileFieldTest {
/**
* @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 testDefineValueProcessPipeline($method = 'processFieldValues') {
parent::testDefineValueProcessPipeline($method);
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
FileFieldLegacyTest | @coversDefaultClass \Drupal\file\Plugin\migrate\field\d7\FileField @group legacy @group file |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.