function EntityUpdateInitialTest::testInitialIsIgnored

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php \Drupal\Tests\system\Functional\UpdateSystem\EntityUpdateInitialTest::testInitialIsIgnored()
  2. 10 core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php \Drupal\Tests\system\Functional\UpdateSystem\EntityUpdateInitialTest::testInitialIsIgnored()
  3. 11.x core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php \Drupal\Tests\system\Functional\UpdateSystem\EntityUpdateInitialTest::testInitialIsIgnored()

Tests that a pre-existing initial key in the field schema is not a change.

File

core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php, line 59

Class

EntityUpdateInitialTest
Tests handling of existing initial keys during updates.

Namespace

Drupal\Tests\system\Functional\UpdateSystem

Code

public function testInitialIsIgnored() {
    $this->runUpdates();
}

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