Init lodner set builder plugin.

This commit is contained in:
2025-09-10 02:53:03 +02:00
commit 6236aa8010
21 changed files with 606 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php declare(strict_types=1);
use Shopware\Core\TestBootstrapper;
$loader = (new TestBootstrapper())
->addCallingPlugin()
->addActivePlugins('LodnerSetBuilder')
->setForceInstallPlugins(true)
->bootstrap()
->getClassLoader();
$loader->addPsr4('LodnerSetBuilder\\Tests\\', __DIR__);