@@ -168,6 +168,8 @@ public function dataForTestSupport()
168
168
array ('shopware-core-plugin ' , true ),
169
169
array ('shopware-frontend-plugin ' , true ),
170
170
array ('shopware-theme ' , true ),
171
+ array ('shopware-plugin ' , true ),
172
+ array ('shopware-frontend-theme ' , true ),
171
173
array ('silverstripe-module ' , true ),
172
174
array ('silverstripe-theme ' , true ),
173
175
array ('smf-module ' , true ),
@@ -313,6 +315,8 @@ public function dataForTestInstallPath()
313
315
array ('shopware-core-plugin ' , 'engine/Shopware/Plugins/Local/Core/ShamaMyCorePlugin/ ' , 'shama/my-core-plugin ' ),
314
316
array ('shopware-frontend-plugin ' , 'engine/Shopware/Plugins/Local/Frontend/ShamaMyFrontendPlugin/ ' , 'shama/my-frontend-plugin ' ),
315
317
array ('shopware-theme ' , 'templates/my_theme/ ' , 'shama/my-theme ' ),
318
+ array ('shopware-frontend-theme ' , 'themes/Frontend/ShamaMyFrontendTheme/ ' , 'shama/my-frontend-theme ' ),
319
+ array ('shopware-plugin ' , 'custom/plugins/ShamaMyPlugin/ ' , 'shama/my-plugin ' ),
316
320
array ('silverstripe-module ' , 'my_module/ ' , 'shama/my_module ' ),
317
321
array ('silverstripe-module ' , 'sapphire/ ' , 'silverstripe/framework ' , '2.4.0 ' ),
318
322
array ('silverstripe-module ' , 'framework/ ' , 'silverstripe/framework ' , '3.0.0 ' ),
0 commit comments