IOP-Patho/frontend/config/test.php

13 lines
249 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
return [
'id' => 'app-frontend-tests',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/../web/assets',
],
'urlManager' => [
'showScriptName' => true,
],
],
];