(NFC) Domain Tokens - Use consistent capitalization (title-case)
authorTim Otten <totten@civicrm.org>
Thu, 16 Jun 2022 05:56:12 +0000 (22:56 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 16 Jun 2022 06:00:15 +0000 (23:00 -0700)
commit085927209f4221e1e3a03e23dfc96e99ce47b7f2
tree636126907f5cf61561a31d5a2df3842f20b5f9c5
parent2a46f45550c6b8894ddc58b0ace9fb310e9a0f4c
(NFC) Domain Tokens - Use consistent capitalization (title-case)

The current labels have mixed capitalization. Notwitstanding
one notable exception (`{action.*}`), most tokens use title-case.
So this patch applies title-case.
CRM/Core/DomainTokens.php
tests/phpunit/CRM/Utils/TokenConsistencyTest.php