2025-04-10 23:19:13 +08:00

12 lines
192 B
PHP
Executable File

<?php
/**
* Application configuration for acceptance tests
*/
return yii\helpers\ArrayHelper::merge(
require(__DIR__ . '/config.php'),
require(__DIR__ . '/web.php'),
[
]
);