You are here

public function EntityUpdateInitialTest::testInitialIsIgnored in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php \Drupal\Tests\system\Functional\UpdateSystem\EntityUpdateInitialTest::testInitialIsIgnored()
  2. 9 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();
}