You are here

public function FieldTypeDefaultsTest::testDeprecatedError in Drupal 8

Tests that the field_type_defaults plugin triggers a deprecation error.

@expectedDeprecation The field_type_defaults process plugin is deprecated in Drupal 8.6.0 and will be removed before Drupal 9.0.0. Use d6_field_type_defaults or d7_field_type_defaults instead. See https://www.drupal.org/node/2944589.

File

core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php, line 22

Class

FieldTypeDefaultsTest
Tests the deprecation of the field_type_defaults process plugin.

Namespace

Drupal\Tests\field\Unit\Plugin\migrate\process

Code

public function testDeprecatedError() {
  $this->plugin = new FieldTypeDefaults([], 'field_type_defaults', []);
}