Closed nether-cat closed 7 years ago
Good idea. Go ahead.
Can we address the deprecation of the "Default" snippet group when doing this? It's been on the list in SW-49 for quite some time now:
1) Shopware_Tests_Components_Snippet_SnippetStructureTest::testSnippetsShouldBeValid
Snippet validation errors detected:
"Default" snippet group is deprecated (/home/florian/Dev/shopware/engine/Shopware/Plugins/Default/Frontend/MoptPaymentPayone/Snippets/frontend/MoptPaymentPayone/payment.ini)
[...]
This would enable us to run Unit Tests automatically through Travis, as this is the last issue blocking this.
Fixed in #55.
There are two snippet folders in the same directory path:
Frontend/MoptPaymentPayone/Snippets
Frontend/MoptPaymentPayone/snippets
That causes filename conflicts on case-insensitive filesystems (e.g. on Windows and macOS). I am suggesting to merge the two directories to avoid these conflicts.