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