yii2-netdisk/tests/_config.php
2014-03-16 10:46:21 +06:00

15 lines
256 B
PHP

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