function FieldStorageConfigValidationTest::testImmutableProperties

Same name in other branches
  1. 10 core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php \Drupal\Tests\field\Kernel\Entity\FieldStorageConfigValidationTest::testImmutableProperties()

Overrides ConfigEntityValidationTestBase::testImmutableProperties

File

core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php, line 41

Class

FieldStorageConfigValidationTest
Tests validation of field_storage_config entities.

Namespace

Drupal\Tests\field\Kernel\Entity

Code

public function testImmutableProperties(array $valid_values = []) : void {
    $valid_values['type'] = 'string';
    parent::testImmutableProperties($valid_values);
}

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