This commit is contained in:
2026-09-14 19:17:26 +02:00
commit f5ff279b7b
14 changed files with 610 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('AeonDumpManager')
->setForceInstallPlugins(true)
->bootstrap()
->getClassLoader();
$loader->addPsr4('AeonDumpManager\\Tests\\', __DIR__);