Init lodner set builder plugin.
This commit is contained in:
@@ -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__);
|
||||
Reference in New Issue
Block a user