yii2-netdisk/tests/_config.php

15 lines
256 B
PHP
Raw Normal View History

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