@@ -167,6 +167,8 @@ public function dataForTestSupport()
167
167
array ('shopware-core-plugin ' , true ),
168
168
array ('shopware-frontend-plugin ' , true ),
169
169
array ('shopware-theme ' , true ),
170
+ array ('shopware-plugin ' , true ),
171
+ array ('shopware-frontend-theme ' , true ),
170
172
array ('silverstripe-module ' , true ),
171
173
array ('silverstripe-theme ' , true ),
172
174
array ('smf-module ' , true ),
@@ -309,6 +311,8 @@ public function dataForTestInstallPath()
309
311
array ('shopware-core-plugin ' , 'engine/Shopware/Plugins/Local/Core/ShamaMyCorePlugin/ ' , 'shama/my-core-plugin ' ),
310
312
array ('shopware-frontend-plugin ' , 'engine/Shopware/Plugins/Local/Frontend/ShamaMyFrontendPlugin/ ' , 'shama/my-frontend-plugin ' ),
311
313
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 ' ),
312
316
array ('silverstripe-module ' , 'my_module/ ' , 'shama/my_module ' ),
313
317
array ('silverstripe-module ' , 'sapphire/ ' , 'silverstripe/framework ' , '2.4.0 ' ),
314
318
array ('silverstripe-module ' , 'framework/ ' , 'silverstripe/framework ' , '3.0.0 ' ),
0 commit comments