guild/backend/config/test.php
2019-06-21 18:05:58 +03:00

13 lines
248 B
PHP
Executable File

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