public function EntityUpdateInitialTest::testInitialIsIgnored in Drupal 9
Same name and namespace in other branches
- 8 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\UpdateSystemCode
public function testInitialIsIgnored() {
$this
->runUpdates();
}