13 lines
248 B
PHP
13 lines
248 B
PHP
|
<?php
|
||
|
return [
|
||
|
'id' => 'app-backend-tests',
|
||
|
'components' => [
|
||
|
'assetManager' => [
|
||
|
'basePath' => __DIR__ . '/../web/assets',
|
||
|
],
|
||
|
'urlManager' => [
|
||
|
'showScriptName' => true,
|
||
|
],
|
||
|
],
|
||
|
];
|