function FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php \Drupal\Tests\Core\Field\FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables()
  2. 10 core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php \Drupal\Tests\Core\Field\FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables()
  3. 11.x core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php \Drupal\Tests\Core\Field\FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables()

@covers ::normalizeValue

File

core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php, line 96

Class

FieldInputValueNormalizerTraitTest
@coversDefaultClass <a href="/api/drupal/core%21lib%21Drupal%21Core%21Field%21FieldInputValueNormalizerTrait.php/trait/FieldInputValueNormalizerTrait/9" title="A trait used to assist in the normalization of raw input field values." class="local">\Drupal\Core\Field\FieldInputValueNormalizerTrait</a> @group Field

Namespace

Drupal\Tests\Core\Field

Code

public function testKeyValueByDeltaUndefinedVariables() {
    $this->assertEquals([], $this->normalizeValue($undefined_variable, 'value'));
    $this->assertEquals([], $this->normalizeValue($undefined_variable['undefined_key'], 'value'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.