Skip to content

Commit 0976f7a

Browse files
committed
Add missing tests for new shopware paths
1 parent bd87328 commit 0976f7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Composer/Installers/Test/InstallerTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ public function dataForTestSupport()
167167
array('shopware-core-plugin', true),
168168
array('shopware-frontend-plugin', true),
169169
array('shopware-theme', true),
170+
array('shopware-plugin', true),
171+
array('shopware-frontend-theme', true),
170172
array('silverstripe-module', true),
171173
array('silverstripe-theme', true),
172174
array('smf-module', true),
@@ -309,6 +311,8 @@ public function dataForTestInstallPath()
309311
array('shopware-core-plugin', 'engine/Shopware/Plugins/Local/Core/ShamaMyCorePlugin/', 'shama/my-core-plugin'),
310312
array('shopware-frontend-plugin', 'engine/Shopware/Plugins/Local/Frontend/ShamaMyFrontendPlugin/', 'shama/my-frontend-plugin'),
311313
array('shopware-theme', 'templates/my_theme/', 'shama/my-theme'),
314+
array('shopware-frontend-theme', 'themes/Frontend/ShamaMyFrontendTheme/', 'shama/my-frontend-theme'),
315+
array('shopware-plugin', 'custom/plugins/ShamaMyPlugin/', 'shama/my-plugin'),
312316
array('silverstripe-module', 'my_module/', 'shama/my_module'),
313317
array('silverstripe-module', 'sapphire/', 'silverstripe/framework', '2.4.0'),
314318
array('silverstripe-module', 'framework/', 'silverstripe/framework', '3.0.0'),

0 commit comments

Comments
 (0)