function EntityUpdateInitialTest::testInitialIsIgnored
Same name in other branches
- 9 core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php \Drupal\Tests\system\Functional\UpdateSystem\EntityUpdateInitialTest::testInitialIsIgnored()
- 8.9.x core/modules/system/tests/src/Functional/UpdateSystem/EntityUpdateInitialTest.php \Drupal\Tests\system\Functional\UpdateSystem\EntityUpdateInitialTest::testInitialIsIgnored()
- 10 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 61
Class
- EntityUpdateInitialTest
- Tests handling of existing initial keys during updates.
Namespace
Drupal\Tests\system\Functional\UpdateSystemCode
public function testInitialIsIgnored() : void {
$this->runUpdates();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.