ctms/admins/config/test-local.php
2025-04-10 23:19:13 +08:00

21 lines
491 B
PHP
Executable File

<?php
# @Author: fm453
# @Date: 1970-01-01T08:00:00+08:00
# @Email: fm43@hiluker.com
# @Last modified by: fm453
# @Last modified time: 2021-09-14T23:20:10+08:00
$test = [
'id' => 'app-backend-tests',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
],
];
return yii\helpers\ArrayHelper::merge(
require(__DIR__ . '/../../common/config/test-local.php'),
require(__DIR__ . '/main-local.php'),
$test
);