Rename twig template folders and files to snake_case - #116
Open
loevgaard wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.x #116 +/- ##
=========================================
Coverage 79.60% 79.60%
Complexity 114 114
=========================================
Files 16 16
Lines 510 510
=========================================
Hits 406 406
Misses 104 104 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #115
The four templates move to snake_case paths per modern Symfony/Sylius convention (
Form/theme→form/theme,Admin/Order/Show/Payment/*→admin/order/show/payment/*, with_operationsErroralso renamed to_operations_error), and all 8 reference sites follow (controller renders, the two prepended configs, and the four test expectations). CLAUDE.md's path reference updated too.Free while 2.x is unreleased — 1.x shipped no templates, so no override paths exist in the wild and no upgrade note is needed, per the issue's BC analysis.
Verified: 73 tests, PHPStan (cold), ECS,
lint:twig/lint:containergreen; the admin endpoint still responds after a cache clear. (Renames were done with two-stepgit mvso the case change is committed correctly despite the case-insensitive local filesystem.)