yii2-netdisk/tests/_config.php
2013-12-31 16:21:15 +04:00

15 lines
208 B
PHP

<?php
/**
* application configurations shared by all test types
*/
return [
'components' => [
'mail' => [
'useFileTransport' => true,
],
'urlManager' => [
'showScriptName' => true,
],
],
];