* @link https://www.oxidmodule.com */ // Include ordermanager test config namespace D3\Ordermanager\tests; use D3\ModCfg\Tests\additional_abstract; use Exception; use OxidEsales\Eshop\Core\Exception\StandardException; include(__DIR__ . DIRECTORY_SEPARATOR . 'd3ordermanager_config.php'); class additional extends additional_abstract { /** * additional constructor. * @throws StandardException */ public function __construct() { $this->reactivateModCfg(); } } try { d3GetOxidDIC()->get(additional::class); } catch (Exception) { }