yii2-netdisk/tests/_config.php

15 lines
256 B
PHP
Raw Normal View History

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