yii2-netdisk/tests/_config.php
2013-12-30 09:22:18 -05:00

12 lines
154 B
PHP

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