yii2-netdisk/tests/codeception/config/config.php
2014-08-17 18:45:58 +04:00

15 lines
257 B
PHP

<?php
/**
* Application configuration shared by all test types
*/
return [
'components' => [
'mailer' => [
'useFileTransport' => true,
],
'urlManager' => [
'showScriptName' => true,
],
],
];