yii2-netdisk/tests/_config.php

15 lines
208 B
PHP
Raw Normal View History

2013-12-30 22:22:18 +08:00
<?php
/**
* application configurations shared by all test types
*/
return [
'components' => [
'mail' => [
'useFileTransport' => true,
],
'urlManager' => [
'showScriptName' => true,
],
2013-12-30 22:22:18 +08:00
],
];