@@ -126,10 +126,10 @@ jobs:
126126 bin/magento mageforge:hyva:compatibility:check --show-all
127127
128128 echo "Third party only:"
129- bin/magento m:h:c:c --third-party-only
129+ bin/magento mageforge:hyva:compatibility:check --third-party-only
130130
131131 echo "Detailed output:"
132- bin/magento m:h:c:c --show-all --detailed
132+ bin/magento mageforge:hyva:compatibility:check --show-all --detailed
133133
134134 - name : Test Theme Cleaner
135135 working-directory : magento2
@@ -139,7 +139,6 @@ jobs:
139139 bin/magento mageforge:theme:clean --all --dry-run
140140
141141 echo "Test aliases:"
142- bin/magento m:t:c --help
143142 bin/magento frontend:clean --help
144143
145144 - name : Test Theme Name Suggestions
@@ -155,6 +154,20 @@ jobs:
155154 echo "CleanCommand with invalid name:"
156155 bin/magento mageforge:theme:clean Magent/lum --dry-run || echo "Expected failure - suggestions shown"
157156
157+ - name : Test Copy From Vendor
158+ working-directory : magento2
159+ run : |
160+ echo "=== Copy From Vendor Tests ==="
161+
162+ echo "Test help command:"
163+ bin/magento mageforge:theme:copy-from-vendor --help
164+
165+ echo "Test with dry-run (no actual copying):"
166+ bin/magento mageforge:theme:copy-from-vendor Magento/blank hyva-themes/magento2-default-theme::src/etc/view.xml --dry-run || echo "Expected: may fail if file doesn't exist"
167+
168+ echo "Test aliases:"
169+ bin/magento theme:copy --help
170+
158171 - name : Test Inspector Status
159172 working-directory : magento2
160173 run : |
@@ -496,7 +509,6 @@ jobs:
496509 bin/magento mageforge:theme:build Magento/blank --verbose || echo "Build attempted (may need additional setup)"
497510
498511 echo "Test build aliases:"
499- bin/magento m:t:b --help
500512 bin/magento frontend:build --help
501513
502514 - name : Test Summary
0 commit comments