yii2-netdisk/tests/_config.php

12 lines
154 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,
],
],
];