function TextFieldLegacyTest::testProcessBooleanTextExplicitValues
@covers ::processFieldValues @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.
Overrides TextFieldTest::testProcessBooleanTextExplicitValues
File
-
core/
modules/ text/ tests/ src/ Unit/ Plugin/ migrate/ field/ d6/ TextFieldLegacyTest.php, line 32
Class
- TextFieldLegacyTest
- @coversDefaultClass \Drupal\text\Plugin\migrate\field\d6\TextField @group text @group legacy
Namespace
Drupal\Tests\text\Unit\Plugin\migrate\field\d6Code
public function testProcessBooleanTextExplicitValues($method = 'processFieldValues') {
parent::testProcessBooleanTextExplicitValues($method);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.