- Issue created by @alexpott
- First commit to issue fork.
- πΊπ¦Ukraine taraskorpach Lutsk πΊπ¦
I've managed to deprecate a config scheme and add a post_update hook. However, I couldn't find a test file where we should check for the deprecation message. Could you help me with that and approve the changes that have already been made?
- Merge request !8774Resolve #3461425 "Deprecate country.default schema" β (Open) created by taraskorpach
- Status changed to Needs work
9 months ago 8:11am 16 July 2024 - π¬π§United Kingdom alexpott πͺπΊπ
An example update test would be \Drupal\Tests\locale\Functional\LocalesLocationAddIndexUpdateTest - note you can use the bare db file instead of the filled and it should go in core/modules/system/tests/src/Functional/Update
Plus this issue is going to need to remove the setting from the form that allows you to set it.
- π¬π§United Kingdom alexpott πͺπΊπ
Actually hmmm - looking at contrib usages we have a different story.... see http://codcontrib.hank.vps-private.net/search?text=country.default&filen...
Actually I think that result calls into question the decision to remove the setting from the installer. What this does mean is that I'm not sure we should do this work.