graphql-module-skeleton/tests/Codeception/params.php

17 lines
240 B
PHP
Raw Permalink Normal View History

2020-07-09 21:20:22 +02:00
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
declare(strict_types=1);
use OxidEsales\Facts\Facts;
$facts = new Facts();
return [
'SHOP_URL' => $facts->getShopUrl(),
];