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

10 lines
174 B
PHP
Executable File

<?php
return [
'id' => 'app-frontend-tests',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
],
];