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